fix: skip host checking for Git push to work from CI
ci/woodpecker/push/woodpecker Pipeline failed Details

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

View File

@ -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"\