Skip to content

Commit

Permalink
feat(ecs): add complete run task action
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Feb 29, 2024
1 parent 1917d20 commit c4c3910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ecr-run-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ runs:
TASK_ID=$( \
aws ecs run-task \
--cluster $APP_ENV-cluster \
--launch-type FARGATE \
--task-definition $TASK_DEFINITION_ARN \
--network-configuration "awsvpcConfiguration={subnets=[$SUBNET_IDS],securityGroups=[$SECURITY_GROUPS],assignPublicIp=ENABLED}" \
| jq -r '.tasks[0].taskArn' \
Expand Down

0 comments on commit c4c3910

Please sign in to comment.