From 32573bc868c9adc7cff66501b84d1e203cdcb553 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 31 Oct 2024 15:22:52 +0100 Subject: [PATCH] chore: Update AWS ECS task definition with new ECR repository URL --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f49f988..649ca1e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -6,7 +6,7 @@ on: env: AWS_REGION: eu-west-1 # set this to your preferred AWS region, e.g. us-west-1 - ECR_REPOSITORY: megaparse # set this to your Amazon ECR repository name + ECR_REPOSITORY: public.ecr.aws/c2l8c5w6/megaparse # set this to your Amazon ECR repository name ECS_SERVICE: megaparse # set this to your Amazon ECS service name ECS_CLUSTER: megaparse # set this to your Amazon ECS cluster name ECS_TASK_DEFINITION: .aws/task_definition.json # set this to the path to your Amazon ECS task definition