Hi all, When deploy:update_code runs for us, it dumps the code onto a volume that is shared among all of our app servers. If we were using subversion this would be simply unnecessary. But because we are using git, this is actually hazardous. Race conditions can cause ref mismatches and lock each other out.
Is there any quick and dirty way to have that piece just on only one of our hosts, without completely redoing the cap "deploy" internals? Thanks, Robby -- * 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
