From 941fcb146684982bc09c68593325ff02ef9c3d6f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 13 Feb 2023 17:52:22 +0530 Subject: [PATCH] fix: CI: set upstream --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \