Hi there!
I’ve created a process step ‘Deploy IIS Website’. Within that step I set the “Physical path” property of the “IIS Web Site” to:
“C:\inetpub\WEBSITES\mywebsite”
When I run the process everything is marked green. But when I check the ‘mywebsite’ folder. It’s empty.
So I opened my tentacle and browsed to the “Home directory” and guess what… yes indeed the project was deployed to that folder.
“C:\Octopus\Applications\Test\MyProfile\0.0.1_2\WebSite”
So I might be missing something here but I can’t figure out what…
My end goal is to deploy the ‘WebSite’ contents to the IIS folder instead of the Tentacles home folder. But I do not want to modify the Tentacles home folder because I’m scared that all the contents of that folder will end up in the existing IIS folder.
Hope somebody can point me in the right (or left) direction.