diff --git a/cloudformation/deploy/template.yaml b/cloudformation/deploy/template.yaml index c019a8068..02f2ecc4c 100644 --- a/cloudformation/deploy/template.yaml +++ b/cloudformation/deploy/template.yaml @@ -251,10 +251,11 @@ Resources: - Fn::ImportValue: !Sub "${VpcStackName}-PrivateSubnetIdC" PropagateTags: SERVICE - TaskDefinition: !If - - UseECSCanaryDeploymentStack - - !Ref AWS::NoValue - - !Ref TaskDefinition + # TaskDefinition: !If + # - UseECSCanaryDeploymentStack + # - !Ref AWS::NoValue + # - !Ref TaskDefinition + TaskDefinition: !Ref TaskDefinition Tags: - Key: Name Value: !Sub "${AWS::StackName}-FrontendECSService"