Created
September 2, 2013 13:48
-
-
Save jkeyes/6413052 to your computer and use it in GitHub Desktop.
Heroku Deploy on Wercker
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
deploy: | |
steps: | |
- heroku-deploy | |
- script: | |
name: install heroku-exit-status plugin | |
code: heroku plugins:install https://github.com/glenngillen/heroku-exit-status.git | |
- script: | |
name: migrate with south | |
code: heroku run "python manage.py migrate" -a $HEROKU_APP_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment