diff --git a/Procfile b/Procfile index 905cd940..04a82645 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: python manage.py migrate web: gunicorn babybuddy.wsgi:application --timeout 30 --log-file - \ No newline at end of file