From 82a09cf4c961cc96bf933c2e0ba131411b4dd61e Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Wed, 24 Jan 2024 20:02:39 +0300 Subject: [PATCH] deploy: do check host fingerprint --- .github/workflows/deploy-staging.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}