Deploy to a specific machine?
swinghouse
Posts: 120 Bronze 2
Under Projects -> Releases in the web interface I can choose which environment I want to deploy to, but what if there are several machines in one environment and I'd like to deploy a release to a specific machine?
Is that possible?
Is that possible?
Comments
We could trick it by having a server in a separate environment however the config transforms match up to environment names.
http://redgate.uservoice.com/forums/176 ... nder-an-en
Good initiative! Your suggestion just got a vote from me.
/Mattias
You might be able to get the functionality you want by pulling out your single test server out into a "canary" environment, and deploying to that environment first, then deploying to a "production" environment which contains the other server.
I know that this would require you to make a "canary" config transform which is a copy of the "release" transform, but this should only be as much work as creating a separate config transform for each separate machine.
Software Developer
Deployment Manager