From 3d3daa37ad916b1e8d9e6a94c7f2139bda613b40 Mon Sep 17 00:00:00 2001 From: ajdunney <41337314+ajdunney@users.noreply.github.com> Date: Wed, 10 May 2023 17:45:19 +0100 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 e5ad51e..d9fe5f4 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -33,7 +33,7 @@ on: env: AWS_REGION: eu-west-2 # set this to your preferred AWS region, e.g. us-west-1 ECR_REPOSITORY: a1111-web-api # set this to your Amazon ECR repository name - ECS_SERVICE: automatic1111-api:1 # set this to your Amazon ECS service name + ECS_SERVICE: automatic1111-api # set this to your Amazon ECS service name ECS_CLUSTER: sd-automatic1111 # set this to your Amazon ECS cluster name ECS_TASK_DEFINITION: .github/workflows/task-definition.json # set this to the path to your Amazon ECS task definition # file, e.g. .aws/task-definition.json