Skip to content
Snippets Groups Projects
Commit 0cbbf662 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add a release phase to Heroku Procfile to autorun migration on deploy.

parent 33226c79
No related branches found
No related tags found
No related merge requests found
web: gunicorn opentech.wsgi:application
release: python manage.py migrate --noinput
web: gunicorn opentech.wsgi:application --log-file -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment