diff --git a/Procfile b/Procfile index 96d417e0001a0c6a18ab5bee8592b92ff2344003..04299ea9e49e1abbf38a15831b95c7a1f233d015 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: gunicorn opentech.wsgi:application +release: python manage.py migrate --noinput +web: gunicorn opentech.wsgi:application --log-file -