still working on it

This commit is contained in:
Richard Hartmann 2016-11-15 15:43:01 +01:00
parent d1805b5d77
commit 0bc569446b

View file

@ -46,6 +46,8 @@ after_success:
- git config user.email "$COMMIT_AUTHOR_EMAIL"
- git add .
- SHA=`git rev-parse --verify HEAD`
- commit -m "Deploy to GitHub Pages: ${SHA}"
- git push
- REPO=`git config remote.origin.url`
- SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
- git commit -m "Deploy to GitHub Pages: ${SHA}"
- git push $SSH_REPO gh-pages