"**Rolling**\n\nDeploy a new release with no downtime by incrementally updating all the instances in a sequential manner.\n\n[Create VPC Infrastructure](https://cloud.ibm.com/schematics/workspaces/create?repository=https://github.com/open-toolchain/vpc-bastion-rolling-deploy) for Rolling deployments."
"**Blue-Green**\n\nDeploy a new release to an environment identical and isolated from current production for quicker rollbacks and ease of testing.\n\n[Create VPC Infrastructure](https://cloud.ibm.com/schematics/workspaces/create?repository=https://{{template.info.hosted_region}}.git.cloud.ibm.com/open-toolchain/vpc-bastion-bluegreen-deploy) for Blue-Green deployments."
} else {
"**Blue-Green**\n\nDeploy a new release to an environment identical and isolated from current production for quicker rollbacks and ease of testing.\n\n[Create VPC Infrastructure](https://cloud.ibm.com/schematics/workspaces/create?repository=https://github.com/open-toolchain/vpc-bastion-bluegreen-deploy) for Blue-Green deployments."
}
wizard.deploymentStrategy.canary.title:>
if ( $env.template.info.hosted_region !== "" ) {
"**Canary**\n\nDeploy a new release incrementally to the production environment gradually replacing the older version of the application with the newer one thereby reducing risks.\n\n[Create VPC Infrastructure](https://cloud.ibm.com/schematics/workspaces/create?repository=https://{{template.info.hosted_region}}.git.cloud.ibm.com/open-toolchain/vpc-bastion-canary-deploy) for Canary deployments."
} else {
"**Canary**\n\nDeploy a new release incrementally to the production environment gradually replacing the older version of the application with the newer one thereby reducing risks.\n\n[Create VPC Infrastructure](https://cloud.ibm.com/schematics/workspaces/create?repository=https://github.com/open-toolchain/vpc-bastion-canary-deploy) for Canary deployments."