From 72594b9a2b1c6f7fe17e69ef7fee01a3b32a6af4 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 22 May 2018 00:58:31 +0200 Subject: [PATCH] Add heroku procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ffd3eb5 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +release: python manage.py migrate +web: gunicorn workout.wsgi --log-file - \ No newline at end of file