I have a unique situation where I have a package created by TeamCity which contains two sites. For e.g. package-1.0.zip contains Site1 and Site2 in it.
How can I deploy these two sites using octopus deploy? Both sites have their own application pool, config transformation, etc..
Is there any way, I can reference those two folders inside the package when creating IIS site deployment steps so that I can create two steps to deploy those two different sites?
Thanks
I think you can achieve this by having two "Deploy to IIS" steps in your Process and changing the Physical Path setting to "Relative path under package installation directory"
This should allow you to configure each site with different IIS settings while still using the same package.
Edit: based on your comments, this process may work for you