Skip to content

Commit

Permalink
CI: fix: spec in ECS Service
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Jun 13, 2024
1 parent 43f2845 commit 8402462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
with:
audience: sts.amazonaws.com
aws-region: ${{ env.AWS_REGION }}
role-session-name: GH-Actions-${{ github.run_id }}-${{ github.run_attempt }}
role-to-assume: arn:aws:iam::685797548389:role/GithubActionsS3Administrator

- name: Get Web App task definition
Expand All @@ -78,6 +79,6 @@ jobs:
force-new-deployment: true
spec: |
{
"taskDefinition": "${{ steps.get-web-app-task-definition.outputs.TASK_DEFINITION_ARN }}"
"taskDefinition": ${{ steps.get-web-app-task-definition.outputs.TASK_DEFINITION_ARN }}
}
wait-until-deployment-complete: true

0 comments on commit 8402462

Please sign in to comment.