I have a setup/best practice setup question.
I have a .net web application that has different IIS web application directories, databases and paths. So if you look at IIS it looks like this:
IIS Root
Customer 1 Application
Customer 2 Application
Customer 3 Application
The URLs for a customer would be https://www.somesite.com/Customer1
So I hope the above is clear so that this question is clear. What is the best way to setup Octopus to deploy to the servers? There will be times that we want to deploy just customer 1 code and others where we would want to deploy all customers.
Is the best way to do this with variables and life cycles? Meaning create a life cycle by customer and then create scope variables?
Or is there another way of doing this?
Thanks