summaryrefslogtreecommitdiff
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
parent66e23866b713d126112da6afd664e4e87c894389 (diff)
parent060f99b620df6b5b259992ea491c1a7f2b49ca3a (diff)
Merge branch 'heroku-button'
-rw-r--r--README.md7
-rw-r--r--app.json8
2 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8432ac8..f6becfe 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,10 @@ $ heroku addons:add redistogo:nano
$ git push heroku master
$ heroku ps:scale worker=1
```
+
+## Try it!
+
+You can quickly deploy this app on Heroku:
+
+[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
+
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"]
+}
+