summaryrefslogtreecommitdiff
path: root/heroku.yml
blob: b734a85cefcebd6cae0ad39962aee3dcb4b065e1 (plain)
1
2
3
4
5
6
7
8
9
10
setup:
  config:
    PROD: '1'
build:
  languages:
    - python
  packages:
    - whois
run:
  web: 'gunicorn app:app'