fix: git custom ssh command

master
Aravinth Manivannan 2022-04-16 11:37:53 +05:30
parent 0ec3ba2c02
commit 023cd1dcc3
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

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