diff --git a/.github/workflows/deploy-staging.yaml b/.github/workflows/deploy-staging.yaml index 79e567a..6f0feb1 100644 --- a/.github/workflows/deploy-staging.yaml +++ b/.github/workflows/deploy-staging.yaml @@ -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 }}