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 | |
| parent | 66e23866b713d126112da6afd664e4e87c894389 (diff) | |
| parent | 060f99b620df6b5b259992ea491c1a7f2b49ca3a (diff) | |
Merge branch 'heroku-button'
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | app.json | 8 |
2 files changed, 15 insertions, 0 deletions
@@ -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: + +[](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"] +} + |
