Octopress + Travis CI + Divshot
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
This comment has been minimized.
@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.