Created
October 30, 2014 04:59
-
-
Save mbleigh/cd32f71d3622cd94aec2 to your computer and use it in GitHub Desktop.
Octopress + Travis CI + Divshot
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
language: ruby | |
rvm: | |
- 2.1.0 | |
script: bundle exec rake generate | |
deploy: | |
provider: divshot | |
environment: | |
master: development | |
staging: staging | |
production: production | |
skip_cleanup: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mbleigh, thanks for the help with this. :)
I made a slight modification for my workflow:
Is it possible to cache the Divshot deploy dependencies as well?
Cheers,
Greg.