Created
September 18, 2014 04:40
-
-
Save pjkelly/baa7d3dd87a44102eae7 to your computer and use it in GitHub Desktop.
whs.saba.do auto-deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test: | |
override: | |
- bundle exec jekyll | |
deployment: | |
production: | |
branch: master | |
commands: | |
- '[[ ! -s "$(git rev-parse --git-dir)/shallow" ]] || git fetch --unshallow' | |
- git push [email protected]:mrsabado-production.git $CIRCLE_SHA1:master -f | |
- curl -sSfL --retry 5 http://whs.saba.do > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment