diff --git a/scripts/ci.sh b/scripts/ci.sh index 1a0d373..8a15fc3 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -63,7 +63,7 @@ deploy() { then help else - git push -c core.sshCommand="/usr/bin/ssh -i $SSH_ID_FILE" origin $2 + git -c core.sshCommand="/usr/bin/ssh -i $SSH_ID_FILE" push origin $2 curl -vv --location --request \ POST "https://hostea.org:5000/api/v1/update"\ --header 'Content-Type: application/json' \