Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.53 KB

blue-green-in-octopus-environments.md

File metadata and controls

34 lines (26 loc) · 1.53 KB
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2023-01-01
Blue-green deployments in Octopus using Environments
Implementing blue-green deployments in Octopus using Environments.
10

To implement blue-green deployments in Octopus using Environments, create two environments - one for blue, and one for green:

:::figure :::

When deploying, you can then choose which environment to deploy to - either blue or green. The dashboard will show which release is in each environment.

:::figure :::

Configuring your lifecycle will need to be done accordingly. Typically you would have both your blue and green environments in a shared "Production/Staging" phase.

:::figure :::

Learn more