Commit 4898c259472f86f47d3dd27587cb8b5ef0805b12
Exists in
master
and in
1 other branch
Merge pull request #888 from 3zcurdia/heroku-button
Heroku button
Showing
2 changed files
with
21 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,17 @@ |
1 | +{ | |
2 | + "name": "errbit", | |
3 | + "description": "The open source error catcher that's Airbrake API compliant", | |
4 | + "keywords": ["productivity", "tools", "error tracking"], | |
5 | + "repository": "https://github.com/errbit/errbit", | |
6 | + "env": { | |
7 | + "GEMFILE_RUBY_VERSION": "2.2.0", | |
8 | + "SECRET_KEY_BASE": { | |
9 | + "generator": "secret" | |
10 | + } | |
11 | + }, | |
12 | + "addons": [ | |
13 | + "mongolab:sandbox", | |
14 | + "scheduler:standard", | |
15 | + "sendgrid:starter" | |
16 | + ] | |
17 | +} | |
0 | 18 | \ No newline at end of file | ... | ... |
docs/deployment/heroku.md
... | ... | @@ -69,3 +69,7 @@ heroku run rake errbit:db:clear_resolved |
69 | 69 | ```bash |
70 | 70 | heroku addons:add deployhooks:http --url="http://YOUR_ERRBIT_HOST/deploys.txt?api_key=YOUR_API_KEY" |
71 | 71 | ``` |
72 | + | |
73 | +## Or Just be lazy | |
74 | + | |
75 | +[](https://heroku.com/deploy?template=https://github.com/errbit/errbit/tree/master) | ... | ... |