From 49e93984f5f6ebd7067c6274fd03aeb7f7c7d518 Mon Sep 17 00:00:00 2001 From: Gaurav_K_Patkari <88868677+GauravPatkari@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:38:36 +0530 Subject: [PATCH] Update aws.yml --- .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 63c53b0..288540b 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -33,7 +33,7 @@ on: env: AWS_REGION: us-east-1 # set this to your preferred AWS region, e.g. us-west-1 ECR_REPOSITORY: githubactionecr # set this to your Amazon ECR repository name - ECS_SERVICE: fasterserv # set this to your Amazon ECS service name + ECS_SERVICE: fasterservice # set this to your Amazon ECS service name ECS_CLUSTER: fastercluster # set this to your Amazon ECS cluster name ECS_TASK_DEFINITION: fastertaskdef-revision1.json # set this to the path to your Amazon ECS task definition # file, e.g. .aws/task-definition.json