diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 02:15:03 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 02:15:03 +0300 |
| commit | c7aca0dfccd0793351985639bc7b5e82da44bd3d (patch) | |
| tree | cfaa671bdc0c4aafdebccd655affc6696673c3bd | |
| parent | 94ad7c9f133d30d9bec3f217c93d3d959943d773 (diff) | |
Initial button and app.json
| -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..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": {}, +} + |
