Skip to content

Commit 0409b21

Browse files
committed
Temporarily disable deployments
1 parent 7d2fff3 commit 0409b21

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
uses: "./.github/workflows/deploy.yml"
8080
with:
8181
BUILD_NUMBER: ${{ github.run_number }}
82-
ECS_CLUSTER: ${{ needs.push-to-ghcr.outputs.ECS_CLUSTER }}
82+
ECS_CLUSTER: none # Temporarily disabled - remove this line to re-enable
83+
# ECS_CLUSTER: ${{ needs.push-to-ghcr.outputs.ECS_CLUSTER }} # Restore this when re-enabling
8384
DOCKER_TAG: ${{ needs.push-to-ghcr.outputs.DOCKER_TAG }}
8485
BUILD_ENGINE_TAG: ${{ needs.push-to-ghcr.outputs.BUILD_ENGINE_TAG }}
8586
OTEL_TAG: ${{ needs.push-to-ghcr.outputs.OTEL_TAG }}
@@ -106,7 +107,8 @@ jobs:
106107
AWS_ECR_ACCOUNT: ${{ secrets.FCBH__AWS_ECR_ACCOUNT }}
107108
deploy-lu:
108109
needs: push-to-ghcr
109-
if: ${{ needs.push-to-ghcr.outputs.ECS_CLUSTER == 'scriptoria-stg' }}
110+
if: false # Temporarily disabled - remove this line to re-enable
111+
# if: ${{ needs.push-to-ghcr.outputs.ECS_CLUSTER == 'scriptoria-stg' }} # Restore this when re-enabling
110112
uses: "./.github/workflows/deploy.yml"
111113
with:
112114
BUILD_NUMBER: ${{ github.run_number }}

0 commit comments

Comments
 (0)