Hi there,
I needed to manually deploy a version of our applications to production, by-passing octopus, as the release was not a “standard” release of this project. Understandbly, my dashboard now displays an incorrect deployed version for this product. Is there a way to update the dashboard with the correct version without doing an actual deployment? EG A “No-Op” deployment, or perhaps an API call I can make.
The release exists in Octopus (and actually has been deployed to other testing environments). I have tried to “Skip” all process steps that will run for Production environment, however the deploy dialog insists that at least one step must be enabled.
Is my only option to remove/change the applicable machine roles in the production environment so that the process steps don’t have a target they can run against.
Please note that this feature is also important for us from a Rollback point of view, as we would probably want to manually rollback a failed production deployment and indicate that a previous version is actually deployed and successful after we have cleaned up the pieces.