Skip to content

Commit 136d0e3

Browse files
committed
fix: comment out deploy production layer for the time being
1 parent b8798b2 commit 136d0e3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish_v2_layer.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
artefact-name: "cdk-layer-artefact"
8686
environment: "layer-beta"
8787

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"
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"
9797

9898
deploy-sar-beta:
9999
needs:

0 commit comments

Comments
 (0)