Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
add syncdb and migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
johncosta committed Sep 28, 2013
1 parent 26ae7ae commit d1ee803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ deployment:
branch: master
heroku:
appname: scorinator
commands:
- heroku maintenance:on --app scorinator
- heroku run python scorinator/manage.py syncdb --app scorinator --noinput
- heroku run python scorinator/manage.py migrate --app scorinator --noinput
- heroku maintenance:off --app scorinator

0 comments on commit d1ee803

Please sign in to comment.