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 and barthofu committed Mar 4, 2024
1 parent 2309789 commit 92f8c64
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 92f8c64

Please sign in to comment.