Created
September 12, 2012 08:38
-
-
Save phuongnd08/3705283 to your computer and use it in GitHub Desktop.
Deployment settings for sirinova on Circle CI
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: | |
production: | |
branch: master | |
heroku: | |
appname: sirinova-prod | |
commands: | |
- git push [email protected]:sirinova-prod.git | |
- heroku run rake db:migrate | |
- heroku restart |
deployment:
production:
branch: master
commands:
- git push [email protected]: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
deployment:
production:
branch: master
commands:
- git push [email protected]:sirinova-prod.git
- heroku run rake db:migrate
- heroku restart