You could use an environment variable to set the host or to select
between groups of hosts.

  $ SUPER_HOST=awesome-box cap mount_ebs

host = ENV['SUPER_HOST']
#...
task :mount_ebs :hosts=>host do
...


-- 
-Nick Howard
http://blog.baroquebobcat.com/

--~--~---------~--~----~------------~-------~--~----~
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.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to