-
-
Save unicornrainbow/5119714 to your computer and use it in GitHub Desktop.
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment