Last active
December 23, 2015 22:39
-
-
Save mrpatrick/6704540 to your computer and use it in GitHub Desktop.
.travis file to deploy jekyll site to amazon s3
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
language: ruby | |
rvm: | |
- 1.9.3 | |
script: bundle exec jekyll build | |
install: bundle install | |
after_success: bundle exec s3_website push --headless |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment