diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 91469d9..b81cb70 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: whisper # set this to your Amazon ECR repository name - ECS_SERVICE: genie # set this to your Amazon ECS service name + ECS_SERVICE: whisper-service # set this to your Amazon ECS service name ECS_CLUSTER: genie # set this to your Amazon ECS cluster name ECS_TASK_DEFINITION: awstask.json # set this to the path to your Amazon ECS task definition # file, e.g. .aws/task-definition.json