From ff12a6e5147025e9afee1286b3749c056c81f3c8 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 20 Mar 2022 13:32:06 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 941e9acd..11927ccd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ pages: - apk add --update --no-cache openssh sshpass script: - hugo - - sshpass -p $scp_password scp -r public $scp_path + - sshpass -p $scp_password scp -oStrictHostKeyChecking=no -r public $scp_path artifacts: paths: - public