On Dec 19, 4:00 pm, Jamis Buck <[EMAIL PROTECTED]> wrote:
> If all you want to do is push the code to that role, I'd suggest using
> deploy:update, instead of a full deploy. The ROLES=import setting on
> the command-line does not mean "only run tasks associated with this
> role", it means "use this role for all tasks". It's not really very
> useful for deployment, as you discovered. It's primary purpose is to
> restrict tasks like "invoke" or "deploy:setup".
Thanks, that worked to get the server up and running.
But I am curious, if I want to do a full code push on all servers, do
I just run "cap production deploy", and the roles restriction takes
care of the mongrel issue?
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---