Skip to content

Commit

Permalink
Add key and use passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbowen committed Sep 24, 2023
1 parent b0c249e commit e2091bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
with:
host: ${{ secrets.PRODUCTION_HOST }}
username: ${{ secrets.PRODUCTION_USERNAME }}
password: ${{ secrets.PRODUCTION_PASSWORD }}
key: ${{ secrets.PRODUCTION_KEY }}
passphrase: ${{ secrets.PRODUCTION_PASSPHRASE }}
script: |
cd /var/www/mrwhale.io/mrwhale
git pull origin master
Expand Down

0 comments on commit e2091bd

Please sign in to comment.