mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
remove service, using task instead
This commit is contained in:
parent
b8406f914c
commit
90883850a2
1
.github/workflows/aws.yml
vendored
1
.github/workflows/aws.yml
vendored
|
|
@ -89,6 +89,5 @@ jobs:
|
|||
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
|
||||
with:
|
||||
task-definition: ${{ steps.task-def.outputs.task-definition }}
|
||||
service: ${{ env.ECS_SERVICE }}
|
||||
cluster: ${{ env.ECS_CLUSTER }}
|
||||
wait-for-service-stability: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue