I have a rails app running on Heroku. I have it set to watch a branch on Github so that it automatically 'builds' and updates when I push a commit to that branch. Awesome.
I have a file in my repo scripts/dostuff.rb.
I want Heroku to fire off that script each time it 'builds' my rails app.
Google is not my friend with this one. How can I have my dostuff.rb script automatically run each time Heroku re-deploys my app?