From d7dd7bd92ef9f6d7491b9fcac1f0aab189ac807e Mon Sep 17 00:00:00 2001 From: Alvin Date: Wed, 12 Jun 2024 10:57:43 +0300 Subject: [PATCH] [pipeline update] --- .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 9bdb8ad..f049cf1 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -34,7 +34,7 @@ on: env: AWS_REGION: us-east-1 # set this to your preferred AWS region, e.g., us-west-1 DOCKER_USERNAME: alvin254 # set this to your Docker Hub username - DOCKER_REPOSITORY: alvin254/fitnesshero # set this to your Docker Hub repository name + DOCKER_REPOSITORY: fitnesshero # set this to your Docker Hub repository name ECS_SERVICE: app-service # set this to your Amazon ECS service name ECS_CLUSTER: cloudific # set this to your Amazon ECS cluster name ECS_TASK_DEFINITION: modules/ecs/container_definitions.json # set this to the path to your Amazon ECS task definition file