Deploy only to new target in environment

Hi,
How I can handle next scenario?
There is release 1.1 in environment. I add new server(target/tentacle) to environment. I want to deploy the same release 1.1 to new machine without affecting another machines in the same environment that already have this release.

Hi Viktor,

Thanks for getting in touch. You can start a deployment to a specific subset of machines right before you click on “Deploy Now” (see attached screeshot). If you are adding this machine as part of an automated process, you could do the same by triggering the deployment using Octo.exe with the parameter --specificMachines http://docs.octopusdeploy.com/display/OD2/Deploying+releases

Hope that helps

Dalmiro

Hi Dalmiro,

Thanks! This is what I’ve been looking for.