Hi Nick, There's a similar thread on this from a week or two ago, the consensus is to use a rake task to make each deploy. Capistrano isn't designed for deploying multiple repositories in this way.
- Lee -- Lee Hambley Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, June 28, 2012 at 12:20 PM, [email protected] wrote: > Hi, > I am a capistrano newbie and have a question. We have 2 projects in the > company. The first one consists of only one git repository and I successfully > deploy that with capistrano. The second one consists of 6 git repositories. > Our hosts are behind a load balancer and for every deploy I have to put them > in maintenance (loadbalancer does not forward requests then to that host > anymore). My question is now: > > How can I deploy all of those 6 git repositories in one shot per host. I know > that I can deploy each repository with a single deploy.rb, but then I have to > put each host 6 times in maintenance. Is there a way to do this? > > Thanks in advance... > > Cheers > Nick > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > (mailto:[email protected]) > * To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]) For more options, visit this > group at http://groups.google.com/group/capistrano?hl=en -- * 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
