From 33eb94f03b4a6fc7b0c013ded5a86b4c3ac318f5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 25 Jul 2017 17:51:00 +0100 Subject: [PATCH] Fix target branch name --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index b989deb5..05ca1db1 100755 --- a/publish.sh +++ b/publish.sh @@ -26,5 +26,5 @@ echo "!/assets/css/ !/assets/js/" > .gitignore git add --all -f . git commit -m "Re-generate site: `git rev-parse --verify HEAD`" -git push $SSH_REPO $TARGET_BRANCH +git push $SSH_REPO master popd