Indeed. That works great. Thanks! It's still strange though, that only setup seemed to use sudo?
Regards, /PEZ On May 3, 9:08 pm, "Rafael G." <[email protected]> wrote: > You can set in your deploy.rb :use_sudo: > > set :use_sudo, false > > If it didn't works then you can paste your deploy.rb somewhere (gist, > pastie,...) to read your deploy configuration. > > Regards > > > > > > PEZ wrote: > > Hello, > > > I'm trying to apply multi-staging deployment using capistrano-ext, but > > I can't get beyond the setup stage. Without multi-staging activated > > deploy:setup creates directories owned by the deployment user and then > > deploys work. But with multi-staging the directories created are owned > > by root and then deploys run into "permission denied" when they try to > > create files and sub-directories. Anyone else have experienced this or > > similar? I guess I could manually chown the directories after setup, > > but I'm worried that would just be patching the surface of the > > problem. > > > /PEZ -http://twitter.com/CoBPEZ > > -- > Rafa --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
