Skip to content

Commit

Permalink
Didn't I remove signal?
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Dec 3, 2023
1 parent 25def9d commit 40aa632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oioi/cdk/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ docker login --username AWS --password-stdin public.ecr.aws
cpuType: cdk.aws_ec2.AmazonLinuxCpuType.ARM_64,
}),
associatePublicIpAddress: true,
signals: cdk.aws_autoscaling.Signals.waitForMinCapacity(),
updatePolicy:
cdk.aws_autoscaling.UpdatePolicy.replacingUpdate(),
vpcSubnets: {
Expand Down

0 comments on commit 40aa632

Please sign in to comment.