From 64be8c2266d93bf2ae7b6f577733a77bc93a2e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1tia=20Nakamura?= Date: Fri, 27 Apr 2018 00:17:56 +0200 Subject: [PATCH] procfile: run migration on release --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 06f2941d..b208f739 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: python manage.py migrate web: gunicorn pyconbalkan.wsgi --log-file -