From af07c2129fc1cc902cde50f71e8c6b41fb3c5fd5 Mon Sep 17 00:00:00 2001 From: Abel Ingrand Date: Fri, 12 Aug 2016 12:12:12 +0200 Subject: [PATCH] Added Procfile to deploy to Heroku --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000000..e8beec9ae2 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: python pokecli.py $EXTRA_ARGS