we're deploying on EC2 and to keep the setup clean we've defined host
aliase names.
E.g. app1 and app2 for the app servers, lb1 for loadbalancer 1 etc.
Even though the names are different the hosts are sometimes the same.
E.g. load balancer
is also hosting the app server 1. On a deploy the code deploy would
now run in parallel
on the same host (lb1 and app1 who are identical).
I'm looking for ideas on how to patch (or configure) capistrano to
prevent this situation.
I imagine something along the lines of resolving the hostnames before
running a command
and then filtering out the duplicates. Is there an easy way to do
accomplish this?
Thanks
Christian
--You received this message because you are subscribed to the Google Groups "Capistrano" group.To unsubscribe from this group and stop receiving emails from it, send an email to capistrano+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/0212a66e-3b7f-4566-96be-fbb5146a495d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.