diff options
| author | romangraef <roman.graef@gmail.com> | 2018-05-31 08:51:18 +0200 |
|---|---|---|
| committer | romangraef <roman.graef@gmail.com> | 2018-05-31 08:51:18 +0200 |
| commit | 8f5cd1a2936d2f6a67d631d86954f5dd104805db (patch) | |
| tree | 680c8e73be7d10a1f8d5b00fd4fc5a31d3d4805d | |
| parent | 4ee649a0399b092dbcc22757025555140d03daf0 (diff) | |
| download | my-website-8f5cd1a2936d2f6a67d631d86954f5dd104805db.tar.gz my-website-8f5cd1a2936d2f6a67d631d86954f5dd104805db.tar.bz2 my-website-8f5cd1a2936d2f6a67d631d86954f5dd104805db.zip | |
heroku
| -rw-r--r-- | Procfile | 3 | ||||
| -rw-r--r-- | requirements.txt | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1 +1,2 @@ -web python app.py +web: gunicorn app:app --log-file=- + diff --git a/requirements.txt b/requirements.txt index 7e10602..cef5a16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -flask +Flask +gunicorn |
