From 228d72b7b2e0616f2cef42e71538d0754478d37d Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 5 Dec 2019 17:26:02 +0000 Subject: [PATCH] Automatically run migrations on deploy Because running them via Heroku CLI is easy to forget --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index e6088524..91e43543 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: python manage.py migrate web: gunicorn PyRIGS.wsgi --log-file -