Skip to content

Commit

Permalink
deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineGEO6 committed May 21, 2024
1 parent bb84529 commit 28e4c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/AWS_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
- name: Download task definition
if: ${{ env.DEPLOY_LAMBDA != 'true' }}
run: |
aws ecs describe-task-definition --task-definition ${{ env.ECS_TASK_DEFINITION }} --query taskDefinition > task-definition.json
# aws ecs describe-task-definition --task-definition ${{ env.ECS_TASK_DEFINITION }} --query taskDefinition > task-definition.json
aws ecs describe-task-definition --task-definition ecs-task-p3-aws-github --query taskDefinition > task-definition.json
echo $(cat task-definition.json | jq 'del(
.taskDefinitionArn,
.requiresAttributes,
Expand Down

0 comments on commit 28e4c7f

Please sign in to comment.