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
I have similar problem and tried the following. It works:
cap production ROLES=web HOSTS=machine1 stats