I am trying to configure deployment in Octopus Deploy. Like many other developers, I do this through iterations: configure steps / scripts / packages β click βDeployβ β check the result β start over if we do not. In the case of Octopus Deploy, a snapshot of the deployment process is used if any steps / scripts have been changed since the last version. Basically, when it comes to deployment, I get this warning:
Warning. For consistency, this deployment will use a snapshot of variables and the deployment process that do not include the latest changes to the project. The changed process can be included only by creating a new version (if necessary, it can be renamed). Variables can be updated using the release page.
This means that I need to add a new version to check if the changes to the deployment script have entered or not. To add an issue, I need to update the version, etc.
My question is: how can I redo the same issue with all the changes to the steps made since the previous release? Is there a way to create a new release for this?
source share