Using the --user/--group arguments, you can easily configure mongrel/ mongrel_cluster to run as any user. If your deploy_to permissions are set to allow writes by that user, you don't need sudo at all (set use_sudo to false).
Regards, Bradley Taylor http://railsmachine.com On Feb 16, 11:13 pm, "Rob Sanheim" <[EMAIL PROTECTED]> wrote: > How does everyone handle security so they can do one step deploys? > For instance, right now the user we use for our deployments doesn't > have password-less sudo rights, so I still have to enter a password > for the mongrel restart. When I'm deploying many times a day (for > example - to our staging server), I'd like to just be able to do 'cap > deploy' and walk away, or even script it to cap deploy on any checkins > that don't break the build. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
