summaryrefslogtreecommitdiff
path: root/heroku.yml
diff options
context:
space:
mode:
Diffstat (limited to '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'