mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
add launch type
This commit is contained in:
parent
6955c56568
commit
4d79566a83
2
.github/workflows/aws.yml
vendored
2
.github/workflows/aws.yml
vendored
|
|
@ -95,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.deploy-ecs-task.outputs.task-definition-arn }}
|
aws ecs run-task --cluster ${{ env.ECS_CLUSTER }} --task-definition ${{ steps.deploy-ecs-task.outputs.task-definition-arn }} --launch-type FARGATE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue