Fix typos in deploy.sh
This commit is contained in:
parent
d3b0d76726
commit
92679b72a0
|
@ -76,7 +76,7 @@ then
|
|||
for repo in $GIT_REPOS
|
||||
do
|
||||
(cd $repo;
|
||||
GIT_SSH_COMMAND"ssh -o StrictHostKeyChecking=no -i $SSH_KEY" git push
|
||||
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -i $SSH_KEY" git push
|
||||
)
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue