summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-03-12 19:19:33 +0200
committerYuval Adam <yuval@y3xz.com>2015-03-12 19:19:33 +0200
commitf259cdb82d8c5492875c831ab2fc9d9de66dcb69 (patch)
tree160b387dca739264c7b1727e50a58a6ace9afb8a /app.json
parent66e23866b713d126112da6afd664e4e87c894389 (diff)
parent060f99b620df6b5b259992ea491c1a7f2b49ca3a (diff)
Merge branch 'heroku-button'
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
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"]
+}
+