Created
September 2, 2012 22:35
-
-
Save billhorsman/3605244 to your computer and use it in GitHub Desktop.
Circle CI Config for deployment to Heroku with 10 min timeout
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
deployment: | |
staging: | |
branch: master | |
commands: | |
- git push [email protected]:yakify-ci.git: | |
timeout: 600 | |
dependencies: | |
pre: | |
- gem uninstall bundler | |
- gem install bundler --pre |
Nice! I didn't know you could use timeout
on just any command like that in Circle.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@antonagestam You need a colon at the end of
fab d_stage
andfab d_prod
.