Hi,

   I want to deploy a list of scripts to different servers. For
example, i have scripts 1, 2 , 3 and 4 (of the same type) with servers
A, B, C.
A : 1, 2, 3
B: 1, 3, 4
C: 1, 2, 3, 4

   There are way more scripts than just 3 of them, so passing them in
with arguments are not options. Currently I would like to pass in the
list of servers to be deployed via commandline like "cap deploy A B
C", and capistrano show know for server A, deploy script 1, 2 and 3.
Any advice is appreciated.

Thanks,
-Tim

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

Reply via email to