diff --git a/Procfile b/Procfile index 8001d1a..c2f4020 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: gunicorn app:app \ No newline at end of file +web: gunicorn server:app +release: python manage.py db upgrade \ No newline at end of file