mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
send urn with task request
This commit is contained in:
parent
432be16b11
commit
6955c56568
3
.github/workflows/aws.yml
vendored
3
.github/workflows/aws.yml
vendored
|
|
@ -86,6 +86,7 @@ jobs:
|
|||
image: ${{ steps.build-image.outputs.image }}
|
||||
|
||||
- name: Deploy Amazon ECS task definition
|
||||
id: deploy-ecs-task
|
||||
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
|
||||
with:
|
||||
task-definition: ${{ steps.task-def.outputs.task-definition }}
|
||||
|
|
@ -94,4 +95,4 @@ jobs:
|
|||
|
||||
- name: Run ECS task
|
||||
run : |
|
||||
aws ecs run-task --cluster ${{ env.ECS_CLUSTER }} --task-definition ${{ steps.task-def.outputs.task-definition }}
|
||||
aws ecs run-task --cluster ${{ env.ECS_CLUSTER }} --task-definition ${{ steps.deploy-ecs-task.outputs.task-definition-arn }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue