fix: skip host checking for Git push to work from CI

wip-coc
Aravinth Manivannan 2022-04-16 14:58:52 +05:30
parent ef4b79ab75
commit 953014d2fe
Signed by untrusted user: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ deploy() {
then then
help help
else 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 push --force $SSH_REMOTE_NAME $2
curl -vv --location --request \ curl -vv --location --request \
POST "http://hostea.org:5000/api/v1/update"\ POST "http://hostea.org:5000/api/v1/update"\