File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments