diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-03-12 19:19:33 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-03-12 19:19:33 +0200 |
| commit | f259cdb82d8c5492875c831ab2fc9d9de66dcb69 (patch) | |
| tree | 160b387dca739264c7b1727e50a58a6ace9afb8a /app.json | |
| parent | 66e23866b713d126112da6afd664e4e87c894389 (diff) | |
| parent | 060f99b620df6b5b259992ea491c1a7f2b49ca3a (diff) | |
Merge branch 'heroku-button'
Diffstat (limited to 'app.json')
| -rw-r--r-- | app.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 0000000..ae42d96 --- /dev/null +++ b/app.json @@ -0,0 +1,8 @@ +{ + "name": "Heroku Periodical", + "description": "A skeleton app for creating single worker scheduled tasks in Python running on Heroku", + "website": "https://github.com/yuvadm/heroku-periodical", + "repository": "https://github.com/yuvadm/heroku-periodical", + "addons": ["redistogo:nano"] +} + |
