summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-10-11 23:36:12 +0200
committerYuval Adam <_@yuv.al>2018-10-11 23:36:12 +0200
commitbccca87a175eab5257da4c20964c34050ae260f6 (patch)
tree411d7e44e4cda13b438088587355e5ec4d958a91
parent4f559142bb170bc8562c18061f1d39018cabf019 (diff)
Proper generate heroku.yml
-rw-r--r--heroku.yml9
1 files 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'