Skip to content

Commit

Permalink
Disable deploy host fingerprint check
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Jul 16, 2020
1 parent df44d94 commit bcca796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOY_HOST }}
fingerprint: ${{ secrets.DEPLOY_HOST_FINGERPRINT }}
# fingerprint: ${{ secrets.DEPLOY_HOST_FINGERPRINT }}
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
script: ${{ secrets.DEPLOY_PATH }}/deploy.sh
Expand Down

0 comments on commit bcca796

Please sign in to comment.