Skip to content

Commit

Permalink
Fix: secret key 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingeun0507 authored Oct 19, 2024
1 parent ff9a9c1 commit ce9049f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ncp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -96,4 +96,4 @@ jobs:
-e SPRING_PROFILES_ACTIVE=prod \
${{ secrets.NCP_CONTAINER_REGISTRY }}/${{ env.PROJECT_NAME }}:latest
docker image prune -f
EOF
EOF

0 comments on commit ce9049f

Please sign in to comment.