From 6339c4dd3eb7273ca8d5bebd927ecb2e4406787d Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sun, 17 Jan 2021 18:21:34 +0100 Subject: [PATCH] add heroku-postgre --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a96c523..f5b74b1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: flask db upgrade;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