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] * 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
