I am trying to figure out how to get a task to only fire one time. I have multiple app servers (let's say 3 for right now). When I run the deploy task "cap production deploy", it deploys to all 3 servers just fine. What I want is a task that fires after the production deploy has been completed on all 3 servers. The only thing I have been able to get working is for the task to fire after each individual machine completes (thus executing the task 3 times instead of once). I think it might be some combination of :after and something I can't figure out. Is this possible? Thanks.
-e -- * 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
