From 586a983d61b85cc09e48e3198225460f9a17056c Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Thu, 24 Oct 2019 16:12:09 -0700 Subject: [PATCH] ready procfile for deploy --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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