Skip to content

Commit

Permalink
fix: add ssh key passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
mnindrazaka committed Jul 30, 2024
1 parent 14ffd2a commit ed817ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_KEY_PASSPHRASE }}
script: |
docker pull gatherloop/gatherloop-pos-api
docker stop gatherloop/gatherloop-pos-api
Expand Down

0 comments on commit ed817ac

Please sign in to comment.