Commit 74263211699917b7bf087738e49f4f6c898b5120

Authored by Nathan B
2 parents 8e1fdcd9 fd8afa88
Exists in master and in 1 other branch production

Merge pull request #160 from coutud/patch-1

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  
... ...