From 27c2705d34fd5dfd78ed3aed3f6e77ca61ae64dd Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 14 Apr 2018 00:30:24 +0200 Subject: [PATCH] Update procfile to use release phase --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 10e05d6..f8063a9 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ -web: python manage.py migrate && gunicorn workout.wsgi --log-file - +release: python manage.py migrate +web: gunicorn workout.wsgi --log-file -