Fix typos in deploy.sh

This commit is contained in:
Matthieu Gautier 2019-06-14 11:40:41 +02:00
parent d3b0d76726
commit 92679b72a0
1 changed files with 1 additions and 1 deletions

View File

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