Skip to content

Commit

Permalink
Use TASKDEF var
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 7, 2023
1 parent 79de46c commit 7b76e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ jobs:
TASK_ROLE_ARN: "arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/iot-app-20230922164312318900000004"
EXECUTION_ROLE_ARN: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/iot-ecs-task-execution-role
HOST: rubegoldberg.io
run: jq --null-input -f ecs/task-definition.json.jq | tee ecs/task-definition.json
run: jq --null-input -f ecs/task-definition.json.jq | tee $TASKDEF

- name: Put new image ID in ECS task definition
id: task-def
Expand Down

0 comments on commit 7b76e57

Please sign in to comment.