mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
Update aws.yml
This commit is contained in:
parent
80dc1ef606
commit
3d3daa37ad
2
.github/workflows/aws.yml
vendored
2
.github/workflows/aws.yml
vendored
|
|
@ -33,7 +33,7 @@ on:
|
||||||
env:
|
env:
|
||||||
AWS_REGION: eu-west-2 # set this to your preferred AWS region, e.g. us-west-1
|
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
|
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_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
|
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
|
# file, e.g. .aws/task-definition.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue