Hi,
our development environment has multiple webservers. So i have configured it as:
Environment: Development
DeploymentTarget: WebServer1, TargetRole: web-server
DeploymentTarget: WebServer2, TargetRole: web-server
DeploymentTarget: WebServer3, TargetRole: web-server
We have multiple applications and each application has it’s own project created in Octopus. But our applications need to be deployed to specific deployment targets of the environment. So 2 project we always want to deploy to WebServer1, other 2 to WebServer2 and so on when deploying to Development environment. But Octopus as I understand always deploys to all deployment targets. I can change it manually when deploying release, but it has to be done everytime you deploy. If we will have lot of applications i can’t remember which application should be deployed to which web server. Is there any possibility to specify once in Octopus project that when i deploy it to Development environment, it should always deploy it to specific deployment target either by using octo.exe or through web portal?
Thanks.