Specifically this one in that thread: https://groups.google.com/d/msg/capistrano/nWVssy0pEYg/-En4S37CZg0J Thats what I ended up doing for multiple repos at the end of the day... (Although, instead of run_locally, I had to use system call, run_locally didn't output my "puts").
On Friday, June 29, 2012 6:34:41 AM UTC+5:30, shrinath_m2 wrote: > > May be this is what you are looking for: > https://groups.google.com/d/topic/capistrano/nWVssy0pEYg/discussion > > If you have any specific doubts on that, fire away... > On Jun 28, 2012 10:38 PM, "Lee Hambley" <[email protected]> wrote: > >> 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]: >> >> 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 >> >> >> -- >> * 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 > > -- * 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
