Reputation: 48502
I have an app that I want to deploy, but I need to deploy several instances of the app on the same server. Each instance needs to have a different unit ID in its app.config file. How can I do that?
I set up the app:
Then I created the variables:
But when I try to add the second instance to the server, I get this message:
How can I add another instance, and have each use unique unit ID variables?
Upvotes: 3
Views: 137
Reputation: 34325
If deployment instances vary by a certain variable, simply create those separate variables:
They'll look like this:
Then, on the servers tab, you can enter as many instances of that app as you'd like, as long as they each have a different override group.
Now, when these are deployed, each app instance will use the unit ID value in the override group specified for that app.
Hope that helps.
Upvotes: 2