Commit fd8afa88ca7fb837682e137d7e9d6e6f97dff25c

Authored by coutud
1 parent 8e1fdcd9
Exists in master and in 1 other branch production

Update readme to add instructions for heroku deploy hook

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
README.md
... ... @@ -133,6 +133,12 @@ heroku addons:add cron:daily
133 133 heroku rake errbit:db:clear_resolved
134 134 ```
135 135  
  136 + 5. You may want to enable the deployment hook for heroku :
  137 +
  138 +```bash
  139 +heroku addons:add deployhooks:http url="http://YOUR_ERRBIT_HOST/deploys.txt?api_key=YOUR_API_KEY"
  140 +```
  141 +
136 142 5. Enjoy!
137 143  
138 144  
... ...