We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8798b2 commit 136d0e3Copy full SHA for 136d0e3
.github/workflows/publish_v2_layer.yml
@@ -85,15 +85,15 @@ jobs:
85
artefact-name: "cdk-layer-artefact"
86
environment: "layer-beta"
87
88
- deploy-prod:
89
- needs:
90
- - deploy-beta
91
- uses: ./.github/workflows/reusable_deploy_layer_stack.yml
92
- secrets: inherit
93
- with:
94
- stage: "PROD"
95
- artefact-name: "cdk-layer-artefact"
96
- environment: "layer-prod"
+ # deploy-prod:
+ # needs:
+ # - deploy-beta
+ # uses: ./.github/workflows/reusable_deploy_layer_stack.yml
+ # secrets: inherit
+ # with:
+ # stage: "PROD"
+ # artefact-name: "cdk-layer-artefact"
+ # environment: "layer-prod"
97
98
deploy-sar-beta:
99
needs:
0 commit comments