From 7e6f99bed4d41beec5c9ee8af9a830714a25d436 Mon Sep 17 00:00:00 2001 From: daralynnrhode Date: Wed, 5 Aug 2026 12:59:26 -0600 Subject: [PATCH] removing if statement so actions runs for both prod and dev" --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 480495f8e..84bbffdb8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -122,10 +122,9 @@ jobs: poetry run cdk deploy $STACKS --context account_name=$ACCOUNT_NAME --require-approval never # ---------------------------------------------------- - # Force ECS redeploy of Dagster daemon + webserver (prod only) + # Force ECS redeploy of Dagster daemon + webserver # ---------------------------------------------------- - name: Force new ECS deployment for Dagster - if: env.is_prod == 'true' run: | CLUSTER=$(aws ecs list-clusters --region us-west-2 \ --query "clusterArns[?contains(@, 'DagsterCluster')]" --output text)