Skip to content

Instantly share code, notes, and snippets.

@billhorsman
Created September 2, 2012 22:35
Show Gist options
  • Save billhorsman/3605244 to your computer and use it in GitHub Desktop.
Save billhorsman/3605244 to your computer and use it in GitHub Desktop.
Circle CI Config for deployment to Heroku with 10 min timeout
deployment:
staging:
branch: master
commands:
- git push git@heroku.com:yakify-ci.git:
timeout: 600
dependencies:
pre:
- gem uninstall bundler
- gem install bundler --pre
@pbiggar
Copy link

pbiggar commented Jul 7, 2013

@antonagestam You need a colon at the end of fab d_stage and fab d_prod.

@tomeara
Copy link

tomeara commented Nov 26, 2014

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