From dd864028148d7ed8aef5d3cef0a48b02b47565e2 Mon Sep 17 00:00:00 2001 From: shri Date: Thu, 8 Aug 2024 22:11:55 +0200 Subject: [PATCH] Fix ecs service and ecr repo name --- .github/workflows/aws-ecs-deploy-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-ecs-deploy-prod.yml b/.github/workflows/aws-ecs-deploy-prod.yml index a0ef8bcc..ce4046e3 100644 --- a/.github/workflows/aws-ecs-deploy-prod.yml +++ b/.github/workflows/aws-ecs-deploy-prod.yml @@ -34,8 +34,8 @@ on: env: AWS_REGION: eu-central-1 # set this to your preferred AWS region, e.g. us-west-1 - ECR_REPOSITORY: chapter # set this to your Amazon ECR repository name - ECS_SERVICE: chapter-app-cluster-app-service-prod # set this to your Amazon ECS service name + ECR_REPOSITORY: chapter-app-repository-prod # set this to your Amazon ECR repository name + ECS_SERVICE: chapter-app-service-prod # set this to your Amazon ECS service name ECS_CLUSTER: chapter-app-cluster-prod # set this to your Amazon ECS cluster name ECS_TASK_DEFINITION: deploy/aws/ecs-task-definition-prod.json # set this to the path to your Amazon ECS task definition