From 5b31c47ce43099564209d648725291c5f8423477 Mon Sep 17 00:00:00 2001 From: Logan-Chenavier Date: Mon, 18 Jan 2021 09:38:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20add=20flask=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 60df632..48742c7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 +web: flask db upgrade; gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3