File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/cdk-blue-green-container-deployment Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ export class BlueGreenContainerDeploymentStack extends Stack {
152
152
prodTrafficListener: prodListener ,
153
153
testTrafficListener: testListener ,
154
154
terminationWaitTimeInMinutes: 100 ,
155
- deploymentConfig , // If you want to use default DeploymentConfig name, use static method which like "EcsDeploymentConfig.CANARY_10PERCENT_15MINUTES".
155
+ deploymentConfig , // If you want to use default DeploymentConfig name, use static method as "EcsDeploymentConfig.CANARY_10PERCENT_15MINUTES".
156
156
});
157
157
158
158
// @see https://github.com/cloudcomponents/cdk-constructs/tree/master/examples/blue-green-container-deployment-example/blue-green-repository
You can’t perform that action at this time.
0 commit comments