Cannot push to HEAD. Change to branch name

This commit is contained in:
Oliver Davies 2017-07-24 17:22:47 +01:00
parent 250befd71e
commit 1342fc5b62

View file

@ -18,4 +18,4 @@ mv output_${SITE_ENV} docs
# Add, commit and push the changes.
git add --all docs
git commit -m 'Build.'
git push $SSH_REPO HEAD
git push $SSH_REPO master