Skip to content

Commit 81c79b8

Browse files
Merge pull request #1551 from daralynnrhode/prod_dev_action
Deploying Dagster for both Prod and Dev
2 parents 8945f6b + 2945b19 commit 81c79b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@ jobs:
122122
poetry run cdk deploy $STACKS --context account_name=$ACCOUNT_NAME --require-approval never
123123
124124
# ----------------------------------------------------
125-
# Force ECS redeploy of Dagster daemon + webserver (prod only)
125+
# Force ECS redeploy of Dagster daemon + webserver
126126
# ----------------------------------------------------
127127
- name: Force new ECS deployment for Dagster
128-
if: env.is_prod == 'true'
129128
run: |
130129
CLUSTER=$(aws ecs list-clusters --region us-west-2 \
131130
--query "clusterArns[?contains(@, 'DagsterCluster')]" --output text)

0 commit comments

Comments
 (0)