Skip to content

Commit

Permalink
Missing test change
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng committed Nov 24, 2024
1 parent b4a591b commit f0b660f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition ${{ secrets.ECS_TASK_DEFINITION }} \
aws ecs describe-task-definition --task-definition ${{ secrets.ECS_TASK_DEFINITION_TEST }} \
--query taskDefinition > task-definition.json
- name: Fill in the new image ID in the Amazon ECS task definition
Expand Down

0 comments on commit f0b660f

Please sign in to comment.