I'm trying to configure my deploy:restart to ignore servers that have
any of two conditions, so I've added ":except => [:condition_one =>
true, :condition_two => true]".
This does not seem to work though, as I keep getting the message:
`deploy:restart' is only run for servers matching
{:roles=>:app, :except=>[{:condition_one=>true, :condition_two=>true}]},
but no servers matched
Is this possible and I'm just using the wrong syntax?
Thanks,
Jeff
--
* 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