From 023cd1dcc3ecf64eca8330f57a06debad5bc3a80 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 16 Apr 2022 11:37:53 +0530 Subject: [PATCH] fix: git custom ssh command --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index 1a0d373..8a15fc3 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -63,7 +63,7 @@ deploy() { then help else - git push -c core.sshCommand="/usr/bin/ssh -i $SSH_ID_FILE" origin $2 + git -c core.sshCommand="/usr/bin/ssh -i $SSH_ID_FILE" push origin $2 curl -vv --location --request \ POST "https://hostea.org:5000/api/v1/update"\ --header 'Content-Type: application/json' \