I have a system in production that has several servers in several roles. I would like to test a new app server by deploying to that specific server, without having to redepl
You can also specifiy task-level hosts parameter this way:
task :ship_artifacts, :hosts => ENV['DEST_HOST'] do end