Deploying Patch with a Single File Change

Hi,

Sometimes we need to update just a web.config file or a couple of view files and we don’t want to update the whole project. Is there any way we can use Octopus Deploy for such hot fixes and patches ?

Thanks!
Khan

Hi Khan,

Octopus isn’t really designed for this scenario, you would need to do a full deployment.

You could package up just your change and create a seperate project with a script that copies the files to the right place, but it would be a lot of effort. You may be best using some scripts outside of Octopus to achieve this.

Paul