Created
January 9, 2017 02:37
-
-
Save amscotti/9b133eaa192c39f83dcb4c96752a3d15 to your computer and use it in GitHub Desktop.
This file contains 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
image: amscotti/jekyll-build | |
pipelines: | |
default: | |
- step: | |
script: | |
- bundle exec jekyll build | |
branches: | |
master: | |
- step: | |
script: | |
- bundle exec jekyll build | |
- bundle exec s3_website push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment