Skip to content

Commit

Permalink
feat(ci/cd): Possibility to use ssh key with passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Artemus authored Mar 2, 2024
1 parent 2c8594e commit b1d2bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
host: ${{ secrets.IP }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
# key: ${{ secrets.KEY }}
# passphrase: ${{ secrets.PASSPHRASE }}
port: ${{ secrets.PORT }}
envs: PROJECT_PATH
script: |
Expand Down

0 comments on commit b1d2bed

Please sign in to comment.