Automatically run migrations on deploy

Because running them via Heroku CLI is easy to forget
This commit is contained in:
David Taylor
2019-12-05 17:26:02 +00:00
committed by GitHub
parent 62541194ee
commit 228d72b7b2

View File

@@ -1 +1,2 @@
release: python manage.py migrate
web: gunicorn PyRIGS.wsgi --log-file - web: gunicorn PyRIGS.wsgi --log-file -