From c4c7a73c19befe2dbc2e4952366f438d5e9d6e29 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 25 Jul 2017 00:56:12 +0100 Subject: [PATCH] Rebase --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 43598432..adcddae4 100755 --- a/publish.sh +++ b/publish.sh @@ -24,7 +24,7 @@ touch output_${SITE_ENV}/.nojekyll cd output_${SITE_ENV} mv ../.git . git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH -git pull --rebase +git pull --rebase $SSH_REPO $TARGET_BRANCH git add --all . git commit -m "Re-generate site. $SHA" git push $SSH_REPO $TARGET_BRANCH