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