Skip to content

Commit

Permalink
deploy: do check host fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jan 24, 2024
1 parent d818c0d commit 82a09cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
fingerprint: ${{ secrets.SSH_FINGERPRINT }}
script_stop: true # Stop script on error
script: |
cd ${{ secrets.REPOSITORY_ROOT }}
Expand Down

0 comments on commit 82a09cf

Please sign in to comment.