From ce9049f1aabf99c3fafedc0944f1c8689478c256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EA=B7=BC?= Date: Sat, 19 Oct 2024 15:01:11 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20secret=20key=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ncp-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ncp-deploy.yml b/.github/workflows/ncp-deploy.yml index 4d05411..61c6d8e 100644 --- a/.github/workflows/ncp-deploy.yml +++ b/.github/workflows/ncp-deploy.yml @@ -83,8 +83,8 @@ jobs: - name: Install SSH Key uses: shimataro/ssh-key-action@v2 with: - key: ${{ secrets.SERVER_SSH_KEY }} - known_hosts: ${{ secrets.KNOWN_HOSTS }} + key: ${{ secrets.NCP_DEV_SSH_KEY }} + known_hosts: ${{ secrets.NCP_DEV_KNOWN_HOSTS }} - name: Connect SSH and Deploy run: | @@ -96,4 +96,4 @@ jobs: -e SPRING_PROFILES_ACTIVE=prod \ ${{ secrets.NCP_CONTAINER_REGISTRY }}/${{ env.PROJECT_NAME }}:latest docker image prune -f - EOF \ No newline at end of file + EOF