On 22.01.2009, at 23:09, Jamis Buck wrote: > > Looks neat! What are the benefits of going through Webistrano, as > opposed to embedding Capistrano directly? > To name a few
- You have all your projects and their deployment setups in one place - Accountability: Who deployed when and what - Shared recipes: All projects can share recipes (which are in turn basically snippets containing tasks, etc. that are glued together into a capfile right before the deployment) - A history of your deployments including the output - Email notification on completion (of course with Macistrano, you also get Growl :) - Easy setup of multi-stage environments - You can exclude hosts for specific deployments Personally I've grown rather fond of using Webistrano over the last year, and I can highly recommend giving it a whirl. I am considering adding support to run Capistrano locally as well though. Cheers, Mathias -- http://paperplanes.de http://twitter.com/roidrage --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
