Deploy an application instance more than once to one app server

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.

Hi,

Thanks for reaching out. You can repeat the NuGet deploy step in your deployment process (on the same project) one time per instance/path.

Regards,

Dalmiro