Skip to content

Instantly share code, notes, and snippets.

@amscotti
Created January 9, 2017 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amscotti/9b133eaa192c39f83dcb4c96752a3d15 to your computer and use it in GitHub Desktop.
Save amscotti/9b133eaa192c39f83dcb4c96752a3d15 to your computer and use it in GitHub Desktop.
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