diff --git a/scripts/ci.sh b/scripts/ci.sh index 995459a..e5961e8 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -75,7 +75,7 @@ deploy() { then help else - git -c core.sshCommand="/usr/bin/ssh -i $SSH_ID_FILE" \ + git -c core.sshCommand="/usr/bin/ssh -oStrictHostKeyChecking=no -i $SSH_ID_FILE"\ push --force $SSH_REMOTE_NAME $2 curl -vv --location --request \ POST "http://hostea.org:5000/api/v1/update"\