forked from mCaptcha/website
fix: CI: set upstream
This commit is contained in:
parent
5f6c2fec83
commit
941fcb1466
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ deploy() {
|
||||||
help
|
help
|
||||||
else
|
else
|
||||||
git -c core.sshCommand="/usr/bin/ssh -oStrictHostKeyChecking=no -i $SSH_ID_FILE"\
|
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 \
|
curl -vv --location --request \
|
||||||
POST "https://deploy.batsense.net/api/v1/update"\
|
POST "https://deploy.batsense.net/api/v1/update"\
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
|
|
Loading…
Reference in a new issue