diff --git a/scripts/ci.sh b/scripts/ci.sh index 975cbdb..a4767bd 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -76,7 +76,7 @@ deploy() { help else git -c core.sshCommand="/usr/bin/ssh -oStrictHostKeyChecking=no -i $SSH_ID_FILE"\ - push --force $SSH_REMOTE_NAME $2 + push -u --force $SSH_REMOTE_NAME $2 curl -vv --location --request \ POST "https://deploy.batsense.net/api/v1/update"\ --header 'Content-Type: application/json' \