From 953014d2fec0c330085faf024dead363b7e4a6b0 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 16 Apr 2022 14:58:52 +0530 Subject: [PATCH] fix: skip host checking for Git push to work from CI --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"\