Skip to content

Commit

Permalink
chore: Update AWS ECS task definition with new ECR repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Oct 31, 2024
1 parent f2651fd commit 32573bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32573bc

Please sign in to comment.