Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Last active December 23, 2015 22:39
Show Gist options
  • Save mrpatrick/6704540 to your computer and use it in GitHub Desktop.
Save mrpatrick/6704540 to your computer and use it in GitHub Desktop.
.travis file to deploy jekyll site to amazon s3
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