From bccca87a175eab5257da4c20964c34050ae260f6 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 11 Oct 2018 23:36:12 +0200 Subject: Proper generate heroku.yml --- heroku.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/heroku.yml b/heroku.yml index d19a261..4aec2d1 100644 --- a/heroku.yml +++ b/heroku.yml @@ -1,3 +1,8 @@ +setup: + config: + PROD: '1' build: - packages: - - whois \ No newline at end of file + languages: + - python +run: + web: 'gunicorn app:app' -- cgit v1.3.1