I noticed something strange and I wonder if it is happening for other people:
in my deploy.rb file, I set :use_sudo to true. when I run cap deploy:setup all of the directories are created with sudo permissions (verified on the server). when I run cap deploy:check, I get errors because deploy:check is using my deploy user without sudo privileges. this seems very strange - is this a bug in capistrano or is it something that I don't have set up properly in my deploy.rb file (or on the server, etc.)? thanks, Joel -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
