diff options
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..0006b52 --- /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", + "addons": ["redistogo:nano"], + "env": {}, +} + |
