mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 20:44:47 +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 }}
|
image: ${{ steps.build-image.outputs.image }}
|
||||||
|
|
||||||
- name: Deploy Amazon ECS task definition
|
- name: Deploy Amazon ECS task definition
|
||||||
|
id: deploy-ecs-task
|
||||||
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 }}
|
||||||
|
|
@ -94,4 +95,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run ECS task
|
- name: Run ECS task
|
||||||
run : |
|
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