Hi all,
I have a WCF service, that’s working on a lot of machines @production environment. I want to serve that application less machines with more instances. I want to create clone service at one server like Service1, Service2, Service3 … will be running at the same time. I use a custom deploy.ps1 powershell script file for WCF deployment. and this uses the project’s variables(attachment).
How could I deploy an application to different physical drive locations more and more on the same computer, with one octopus project?
Thx a lot.