From 1b6ba24cf974f4c6220b30440a8f3196058dca43 Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Sun, 17 Jan 2021 20:47:09 +0100 Subject: [PATCH] :green_heart: debug procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 60df632..f09bafb 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 +flask db upgrade; web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3