Skip to content

Commit

Permalink
Merge pull request #144 from 0xPolygonID/fix_deployment_action
Browse files Browse the repository at this point in the history
fix: deployment aws action
  • Loading branch information
martinsaporiti authored Apr 24, 2024
2 parents 1c127df + c9dce3c commit ee14045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment_new_aws_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
deploy_prod:
name: Prod Deployment
name: AWS Deployment
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: ${{ env.ECS_TASK_DEFINITION }}
task-definition: ${{ vars.ECS_TASK_DEFINITION }}
container-name: ${{ env.CONTAINER_NAME }}
image: ${{ steps.build-image.outputs.image }}

Expand Down

0 comments on commit ee14045

Please sign in to comment.