Fix target branch name
This commit is contained in:
parent
6211c2cb77
commit
33eb94f03b
|
@ -26,5 +26,5 @@ echo "!/assets/css/
|
||||||
!/assets/js/" > .gitignore
|
!/assets/js/" > .gitignore
|
||||||
git add --all -f .
|
git add --all -f .
|
||||||
git commit -m "Re-generate site: `git rev-parse --verify HEAD`"
|
git commit -m "Re-generate site: `git rev-parse --verify HEAD`"
|
||||||
git push $SSH_REPO $TARGET_BRANCH
|
git push $SSH_REPO master
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue