Skip to content

Commit 817c6e5

Browse files
committed
Re-enable SIL deployment
1 parent 5d8dd96 commit 817c6e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ jobs:
7979
uses: "./.github/workflows/deploy.yml"
8080
with:
8181
BUILD_NUMBER: ${{ github.run_number }}
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
82+
ECS_CLUSTER: ${{ needs.push-to-ghcr.outputs.ECS_CLUSTER }} # Restore this when re-enabling
8483
DOCKER_TAG: ${{ needs.push-to-ghcr.outputs.DOCKER_TAG }}
8584
BUILD_ENGINE_TAG: ${{ needs.push-to-ghcr.outputs.BUILD_ENGINE_TAG }}
8685
OTEL_TAG: ${{ needs.push-to-ghcr.outputs.OTEL_TAG }}

0 commit comments

Comments
 (0)