mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
skip task deployment
This commit is contained in:
parent
4d79566a83
commit
52f7f898a2
6
.github/workflows/aws.yml
vendored
6
.github/workflows/aws.yml
vendored
|
|
@ -93,6 +93,6 @@ jobs:
|
|||
cluster: ${{ env.ECS_CLUSTER }}
|
||||
wait-for-service-stability: true
|
||||
|
||||
- name: Run ECS task
|
||||
run : |
|
||||
aws ecs run-task --cluster ${{ env.ECS_CLUSTER }} --task-definition ${{ steps.deploy-ecs-task.outputs.task-definition-arn }} --launch-type FARGATE
|
||||
# - name: Run ECS task
|
||||
# run : |
|
||||
#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