add launch type

This commit is contained in:
adunne 2023-05-10 22:33:25 +01:00
parent 6955c56568
commit 4d79566a83

View file

@ -95,4 +95,4 @@ jobs:
- name: Run ECS task
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