Skip to content

Commit

Permalink
Second Step
Browse files Browse the repository at this point in the history
  • Loading branch information
latifcabinetoffice committed Jul 10, 2024
1 parent 883dc76 commit c85471e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@ Resources:
- Fn::ImportValue: !Sub "${VpcStackName}-ProtectedSubnetIdA"
- Fn::ImportValue: !Sub "${VpcStackName}-ProtectedSubnetIdA"
# Step 1
TaskDefinition: !Ref TaskDefinition
# TaskDefinition: !Ref TaskDefinition
# Step 2
# TaskDefinition: !If
# - UseCanaryDeployment
# - !Ref AWS::NoValue
# - !Ref TaskDefinition
TaskDefinition: !If
- UseCanaryDeployment
- !Ref AWS::NoValue
- !Ref TaskDefinition
Tags:
- Key: Product
Value: !Ref ProductTagValue
Expand Down

0 comments on commit c85471e

Please sign in to comment.