This commit is contained in:
Oliver Davies 2017-07-25 00:56:12 +01:00
parent 145243c64a
commit c4c7a73c19

View file

@ -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