gratipay / roobot

(deprecated) A Hubot instance for the #gratipay IRC channel.
http://inside.gratipay.com/chat
2 stars 5 forks source link

Create script to handle heroku deploy notifications #44

Closed patcon closed 10 years ago

patcon commented 10 years ago

Right now, we're using heroku's IRC deploy hook: https://github.com/gittip/www.gittip.com/issues/2301

Using the http webhook and pointing it at a hubot route would make it so that the full payload was delivered, and the message would be set in one place, rather than in each apps envvars. This would also allow us to link to the github commit or the "compare" page for the diff between the last deploy, which isn't currently possible, as heroku msg templates don't have a mapping for the github repo :)

patcon commented 10 years ago

Done and done: https://github.com/patcon/hubot-heroku-deploy-notifier

Deployed in https://github.com/gittip/roobot/compare/v1.7.0...v1.7.1