Hi,
I am using Octopus deploy for few of my .net web-services & websites.
I recently integrated Flyway for SQL DB deployments as one of the steps in my existing Application deployments.
My problem is , if I only have DB deployments for a release (no App changes), I still need to deploy everything (all steps of Ocotpus) , this causes some outage for my app.
Is there a way to have a controlled deployment, say I can choose ONLY DB , ONLY APP or BOTH ,in the existing setup I explained above?
Let the package itself to tell whether the App deployment is required, e.g. to put a script in the package that to set an output variable, use the output variable in the subsequence steps as the Run Condition, see screenshot below