File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
uses : ./.github/workflows/reusable_deploy_layer_stack.yml
66
66
with :
67
67
stage : " BETA"
68
- artifact -name : " cdk-layer-artefact"
68
+ artefact -name : " cdk-layer-artefact"
69
69
secrets :
70
70
target-account : ${{ secrets.LAYERS_BETA_ACCOUNT }}
71
71
75
75
uses : ./.github/workflows/reusable_deploy_layer_stack.yml
76
76
with :
77
77
stage : " PROD"
78
- artifact -name : " cdk-layer-artefact"
78
+ artefact -name : " cdk-layer-artefact"
79
79
secrets :
80
80
target-account : ${{ secrets.LAYERS_PROD_ACCOUNT }}
Original file line number Diff line number Diff line change 84
84
- name : CDK Deploy Layer
85
85
run : cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack ' --require-approval never --verbose
86
86
- name : CDK Deploy Canary
87
- run : cdk deploy --app cdk.out --context region=${{ matrix.region}} --parameters DeployStage="${{ input .stage }}" 'CanaryStack' --require-approval never --verbose
87
+ run : cdk deploy --app cdk.out --context region=${{ matrix.region}} --parameters DeployStage="${{ inputs .stage }}" 'CanaryStack' --require-approval never --verbose
You can’t perform that action at this time.
0 commit comments