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

Commit

Permalink
trying to get circleCI heroku pushes working again
Browse files Browse the repository at this point in the history
  • Loading branch information
kencochrane committed Sep 29, 2013
1 parent 3a4826f commit 2f5e0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ deployment:
branch: master
commands:
- heroku maintenance:on --app scorinator
- git push git@heroku.com:scorinator.git $CIRCLE_SHA1:master
- heroku run python scorinator/manage.py syncdb --app scorinator --noinput
- heroku run python scorinator/manage.py migrate --app scorinator --noinput
- heroku run python scorinator/manage.py collectstatic --app scorinator --noinput
Expand Down

0 comments on commit 2f5e0d8

Please sign in to comment.