From 642c48efdcd2689d8c13f281541c959bca80360a Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Sat, 3 Jun 2023 19:14:02 +0200 Subject: [PATCH] ci(ecs): fixed backend name --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index b99c77910..bfff8f041 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -7,7 +7,7 @@ on: env: AWS_REGION: eu-west-3 # set this to your preferred AWS region, e.g. us-west-1 ECR_REPOSITORY: quivr # set this to your Amazon ECR repository name - ECS_SERVICE: quivr # set this to your Amazon ECS service name + ECS_SERVICE: quivr-backend # set this to your Amazon ECS service name ECS_CLUSTER: quivr # 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 # file, e.g. .aws/task-definition.json