From 4a2c05b0a96dcfdaba5ed120b7aad5cfcc85a157 Mon Sep 17 00:00:00 2001 From: softvar Date: Sat, 1 Mar 2014 19:32:17 +0530 Subject: [PATCH] heroku: startig a web dyno --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..06c7c27 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn resumizr.wsgi