Skip to content

Instantly share code, notes, and snippets.

@unicornrainbow
Forked from phuongnd08/circle.yml
Created March 8, 2013 20:44
Show Gist options
  • Save unicornrainbow/5119714 to your computer and use it in GitHub Desktop.
Save unicornrainbow/5119714 to your computer and use it in GitHub Desktop.
deployment:
production:
branch: master
heroku:
appname: sirinova-prod
commands:
- git push git@heroku.com:sirinova-prod.git
- heroku run rake db:migrate
- heroku restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment