diff options
| author | Yuval Adam <_@yuv.al> | 2018-10-11 23:36:12 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-10-11 23:36:12 +0200 |
| commit | bccca87a175eab5257da4c20964c34050ae260f6 (patch) | |
| tree | 411d7e44e4cda13b438088587355e5ec4d958a91 | |
| parent | 4f559142bb170bc8562c18061f1d39018cabf019 (diff) | |
Proper generate heroku.yml
| -rw-r--r-- | heroku.yml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +setup: + config: + PROD: '1' build: - packages: - - whois
\ No newline at end of file + languages: + - python +run: + web: 'gunicorn app:app' |
