Skip to content

Commit

Permalink
Merge pull request #11 from andela-ijubril/feature-effects
Browse files Browse the repository at this point in the history
[Fix #111233370] Update circle.yml
  • Loading branch information
Issa Jubril committed Jan 14, 2016
2 parents 71ffd89 + d33a16d commit 7a6223e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ deployment:
staging:
branch: master
commands:
- git fetch origin --unshallow
# - git fetch origin --unshallow
- git push -f git@heroku.com:djangogram.git $CIRCLE_SHA1:master
- heroku run python djangogram/manage.py collectstatic --noinput --settings=djangogram.settings --app djangogram
- heroku run python djangogram/manage.py makemigrations --settings=djangogram.settings --app djangogram
- heroku run python djangogram/manage.py migrate --settings=djangophotoapp.settings --app djangogram
- heroku ps:scale web=1 --app djangogram

0 comments on commit 7a6223e

Please sign in to comment.