Skip to content

Commit

Permalink
fix: comment out deploy production layer for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Oct 13, 2022
1 parent b8798b2 commit 136d0e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish_v2_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ jobs:
artefact-name: "cdk-layer-artefact"
environment: "layer-beta"

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

deploy-sar-beta:
needs:
Expand Down

0 comments on commit 136d0e3

Please sign in to comment.