Skip to content

Commit

Permalink
Fix: 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingeun.kim committed Oct 19, 2024
1 parent e9b410d commit 837232b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: Install sshpass
run: sudo apt-get install sshpass
Expand Down

0 comments on commit 837232b

Please sign in to comment.