Skip to content

Instantly share code, notes, and snippets.

@phuongnd08
Created September 12, 2012 08:38
Show Gist options
  • Save phuongnd08/3705283 to your computer and use it in GitHub Desktop.
Save phuongnd08/3705283 to your computer and use it in GitHub Desktop.
Deployment settings for sirinova on Circle CI
deployment:
production:
branch: master
heroku:
appname: sirinova-prod
commands:
- git push git@heroku.com:sirinova-prod.git
- heroku run rake db:migrate
- heroku restart
@arohner
Copy link

arohner commented Sep 12, 2012

deployment:
production:
branch: master
commands:
- git push git@heroku.com:sirinova-prod.git
- heroku run rake db:migrate
- heroku restart

@arohner
Copy link

arohner commented Sep 12, 2012

deployment:
production:
branch: master
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