diff --git a/app.json b/app.json new file mode 100644 index 0000000..a64b451 --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "errbit", + "description": "The open source error catcher that's Airbrake API compliant", + "keywords": ["productivity", "tools","error tracking"], + "repository": "https://github.com/3zcurdia/errbit", + "scripts": { + "postdeploy": "bundle exec rake errbit:bootstrap" + }, + "env": { + "GEMFILE_RUBY_VERSION": "2.2.0", + "SECRET_KEY_BASE": { + "generator": "secret" + } + }, + "addons": [ + "mongolab:sandbox", + "scheduler:standard", + "sendgrid:starter" + ] +} \ No newline at end of file diff --git a/docs/deployment/heroku.md b/docs/deployment/heroku.md index e4af8d9..37e340e 100644 --- a/docs/deployment/heroku.md +++ b/docs/deployment/heroku.md @@ -69,3 +69,7 @@ heroku run rake errbit:db:clear_resolved ```bash heroku addons:add deployhooks:http --url="http://YOUR_ERRBIT_HOST/deploys.txt?api_key=YOUR_API_KEY" ``` + +## Or Just be lazy + +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/3zcurdia/errbit/tree/heroku-button) -- libgit2 0.21.2