Skip to content

Instantly share code, notes, and snippets.

@jkeyes
Created September 2, 2013 13:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkeyes/6413052 to your computer and use it in GitHub Desktop.
Save jkeyes/6413052 to your computer and use it in GitHub Desktop.
Heroku Deploy on Wercker
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