From c7aca0dfccd0793351985639bc7b5e82da44bd3d Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 02:15:03 +0300 Subject: Initial button and app.json --- app.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app.json (limited to 'app.json') 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": {}, +} + -- cgit v1.3.1