Mark Borcherding

Results 4 comments of Mark Borcherding

I've [started on this](https://github.com/MarkBorcherding/centurion/tree/before-after-callbacks). We need this feature as well to roll nodes in and out of our load balancers.

@kremso I was thinking it would be that easy too when I started, but if you look at [the existing rake tasks](https://github.com/newrelic/centurion/blob/master/lib/tasks/deploy.rake) rolling through the server happens inside one task....

I see. The problems i see is `invoke`, assuming you're using the `Rake` based `Capistrano`, will only run a task once, and `execute` doesn't run any prereqs...if I remember correctly....

I'm having the same problem when installing on Windows 7. While I'm still able to push via git to Heroku, it means I can't run the blog locally to work...