Skip to content

Commit

Permalink
fix: Add SSH_PASSPHRASE to deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch authored Sep 23, 2024
1 parent 9412602 commit 76b06cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
host: ${{ secrets.SSH_HOST_PRODUCTION }}
port: ${{ secrets.SSH_PORT_PRODUCTION }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
username: ${{ secrets.SSH_USER }}
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
command: |
Expand Down

0 comments on commit 76b06cc

Please sign in to comment.