skip task deployment

This commit is contained in:
ajdunney 2023-05-17 23:54:36 +01:00
parent 4d79566a83
commit 52f7f898a2

View file

@ -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