Deploy to Multiple folders

Hi!
How can I deploy application to 1 computer, but to different directories?

I have a file with topology of my application.
With PS script i can know how many replicas of the application i need on server. But how can i use it?

Hi Alex,

Thanks for reaching out. If you are just trying to replicate the same application on different folders, i would recommend you to have 2 steps

  1. A deploy step to put the app on a temp directory
  2. A Powershell step to copy that app to all your other directories.

But i’m not sure i understood correctly your needs. Would you mind giving me a more detailed description of your scenario?

  • How many different applications would you be deploying? Only 1, many ?
  • Are these Web applications that need IIS configurations?

Thanks

Dalmiro