File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments