Skip to content

Commit

Permalink
deploy: do not check host fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jan 24, 2024
1 parent e1aa4c7 commit d818c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ 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 d818c0d

Please sign in to comment.