Skip to content

Commit

Permalink
Adding celery-indexing to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Mar 18, 2021
1 parent 892502f commit 72cf61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
Expand Up @@ -60,6 +60,8 @@ if [ -z "$SKIP_ECS" ]; then
--service "$TAG-celery-bulk-import-0-1" --force-new-deployment --region $REGION
docker run --rm -v ~/.aws:/root/.aws $CREDENTIALS amazon/aws-cli:$AWS_CLI_TAG ecs update-service --cluster $CLUSTER \
--service "$TAG-celery-bulk-import-2-3" --force-new-deployment --region $REGION
docker run --rm -v ~/.aws:/root/.aws $CREDENTIALS amazon/aws-cli:$AWS_CLI_TAG ecs update-service --cluster $CLUSTER \
--service "$TAG-celery-indexing" --force-new-deployment --region $REGION
docker run --rm -v ~/.aws:/root/.aws $CREDENTIALS amazon/aws-cli:$AWS_CLI_TAG ecs update-service --cluster $CLUSTER \
--service "$TAG-flower" --force-new-deployment --region $REGION
fi
Expand Down

0 comments on commit 72cf61d

Please sign in to comment.