mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 20:44:47 +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
|
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
|
||||||
with:
|
with:
|
||||||
task-definition: ${{ steps.task-def.outputs.task-definition }}
|
task-definition: ${{ steps.task-def.outputs.task-definition }}
|
||||||
service: ${{ env.ECS_SERVICE }}
|
|
||||||
cluster: ${{ env.ECS_CLUSTER }}
|
cluster: ${{ env.ECS_CLUSTER }}
|
||||||
wait-for-service-stability: true
|
wait-for-service-stability: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue