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