Skip to content

Commit 5b3aeaa

Browse files
committed
INF-500 Update the deploy env
1 parent 60cf276 commit 5b3aeaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/02-deploy-env.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
# behind load balancers, so that migrations have time to run, etc.
4040
# Use jq to filter out meaningless event history - the events related to the re-deployment haven't happened yet
4141
apk --no-cache add jq=1.6-r2 aws-cli=1.25.97-r0
42-
aws ecs update-service --region ${AWS_REGION} --cluster ${ECS_CLUSTER} --service ${CLIENT}${APP}${ENV}_app --force-new-deployment --health-check-grace-period-seconds 600 | jq "del(.[] | .events)"
43-
aws ecs update-service --region ${AWS_REGION} --cluster ${ECS_CLUSTER} --service ${CLIENT}${APP}${ENV}_dagster_webserver --force-new-deployment --health-check-grace-period-seconds 600 | jq "del(.[] | .events)"
44-
aws ecs update-service --region ${AWS_REGION} --cluster ${ECS_CLUSTER} --service ${CLIENT}${APP}${ENV}_dagster_daemon --force-new-deployment | jq "del(.[] | .events)"
42+
aws ecs update-service --region ${AWS_REGION} --cluster ${ECS_CLUSTER} --service ${CLIENT}-${APP}${ENV}-app --force-new-deployment --health-check-grace-period-seconds 600 | jq "del(.[] | .events)"
43+
aws ecs update-service --region ${AWS_REGION} --cluster ${ECS_CLUSTER} --service ${CLIENT}-${APP}${ENV}-dagster-webserver --force-new-deployment --health-check-grace-period-seconds 600 | jq "del(.[] | .events)"
44+
aws ecs update-service --region ${AWS_REGION} --cluster ${ECS_CLUSTER} --service ${CLIENT}-${APP}${ENV}-dagster-daemon --force-new-deployment | jq "del(.[] | .events)"
4545
echo -n "Initiated deployment to "
4646
case $ENV in
4747
dev)

0 commit comments

Comments
 (0)