Hacker News new | ask | show | jobs
by carlosrr 6312 days ago
Vlad is another good Capistrano alternative written on top of Rake. http://rubyhitsquad.com/Vlad_the_Deployer.html
1 comments

I used Vlad for a while and liked it okay. It's a bit simpler (using 'real' ssh instead of net-ssh, and rake for running tasks instead of its own thing).

I ended up going back to Capistrano for git submodule support.

They're pretty interchangeable from a user perspective. I just use Capistrano everywhere now.