Is there an easy way to add a post-deploy command to a Heroku push/deploy which will add a corresponding annotation to Librato? (I'm using Rails if it makes a difference)
I'm currently looking at doing so by combining Heroku HTTP POST hooks with Librato HTTP annotations API but it's not clear how to add parameter to Heroku's http hooks and Librato seems to need basic auth, can you do this using Heroku's hooks?
Am I on the right track, is there an easier way?