Hey Jamis, Thanks for the tip. Btw, I very much appreciated your interview on Godbit.
Ciao, Nathan. On Oct 17, 2:17 pm, Jamis Buck <[EMAIL PROTECTED]> wrote: > By default, Capistrano's deployment recipes assume you are deploying > to your web server, your app server, and your database server. (This > is because some of the tasks, like deploy:web:disable and > deploy:web:enable) assume that your app exists on the web server. If, > however, you don't need those tasks, feel free to declare your roles > thus: > > role :web, "server1", "server2", :no_release => true > > The ":no_release => true" bit tells Capistrano not to deploy files to > those servers. Note, though, that because Capistrano was not designed > with that deployment scenario in mind, there may be other gotchas; be > prepared to override tasks as you discover them failing due to > assumptions changing. > > - Jamis --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
