fix: CI: set upstream

This commit is contained in:
Aravinth Manivannan 2023-02-13 17:52:22 +05:30
parent 5f6c2fec83
commit 941fcb1466
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

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