From 1342fc5b623e84ff04487bc6b57a05de8f79c95a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 24 Jul 2017 17:22:47 +0100 Subject: [PATCH] Cannot push to HEAD. Change to branch name --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 5ea00a37..cfc93c0e 100755 --- a/publish.sh +++ b/publish.sh @@ -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