Skip to content

Commit

Permalink
Add passphrase parameter for SSH private key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed May 10, 2024
1 parent e62058d commit db35542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_droplet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Deploy to DROPLET
uses: appleboy/ssh-action@master
with:
passphrase: ${{ secrets.SSH_PASSPHRASE }}
host: ${{ secrets.DROPLET_HOST }}
username: ${{ secrets.DROPLET_USERNAME }}
key: ${{ secrets.DROPLET_KEY }}
Expand Down

0 comments on commit db35542

Please sign in to comment.