From fd8afa88ca7fb837682e137d7e9d6e6f97dff25c Mon Sep 17 00:00:00 2001 From: coutud Date: Fri, 17 Feb 2012 01:20:39 +0000 Subject: [PATCH] Update readme to add instructions for heroku deploy hook --- README.md | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 8b375f5..69ce289 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,12 @@ heroku addons:add cron:daily heroku rake errbit:db:clear_resolved ``` + 5. You may want to enable the deployment hook for heroku : + +```bash +heroku addons:add deployhooks:http url="http://YOUR_ERRBIT_HOST/deploys.txt?api_key=YOUR_API_KEY" +``` + 5. Enjoy! -- libgit2 0.21.2