There was an error while loading. Please reload this page.
2 parents 8945f6b + 2945b19 commit 81c79b8Copy full SHA for 81c79b8
1 file changed
.github/workflows/deploy.yml
@@ -122,10 +122,9 @@ jobs:
122
poetry run cdk deploy $STACKS --context account_name=$ACCOUNT_NAME --require-approval never
123
124
# ----------------------------------------------------
125
- # Force ECS redeploy of Dagster daemon + webserver (prod only)
+ # Force ECS redeploy of Dagster daemon + webserver
126
127
- name: Force new ECS deployment for Dagster
128
- if: env.is_prod == 'true'
129
run: |
130
CLUSTER=$(aws ecs list-clusters --region us-west-2 \
131
--query "clusterArns[?contains(@, 'DagsterCluster')]" --output text)
0 commit comments