Nupkg deployed to IIS server

I have deployed a package to a IIS server and see that it is extracted correctly and is in the C:\Octopus\Application… folder.
Do I need to then copy the contents (with a PS script say) to inetpub\wwwroot ?
Or is there some configuration flag where the octopus tentacle/calamari will do the copy for me?
Sounds like a question that should be obvious but I’m not clear on this final step.
Many thanks
Mike

Hi Mike,

Thanks for getting in touch! It looks like you’re after the custom installation directory feature within your IIS step. With this feature, Calamari will copy your extracted package’s contents to the directory you specify after variable substitution and config transforms are executed. You can read more details about it in our documentation page.

I hope this helps! Let me know how you go and if you have any further questions going forward. :slight_smile:

Kind regards,

Kenny

Hi Kenny,
Yes i later found that feature, many thanks.
Mike