diff --git a/Procfile b/Procfile index 3791efdcad1f626344cfdba58a8de1d256f3eeef..c5da207c5e4dfbed741c1d4cc02cf6c56ee34c71 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file - \ No newline at end of file +release: python manage.py migrate +web: gunicorn --pythonpath 'backend/secfit' secfit.wsgi --log-file -