Skip to content

Commit

Permalink
Merge pull request #145 from 0xPolygonID/fix_deployment_action
Browse files Browse the repository at this point in the history
fix container name
  • Loading branch information
martinsaporiti authored Apr 24, 2024
2 parents ee14045 + 836ad0f commit cffcc66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment_new_aws_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
AWS_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
ECR_REPOSITORY: devs-ecr
ECS_SERVICE: devs-ecs-service
CONTAINER_NAME: devs

jobs:
deploy_prod:
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: ${{ vars.ECS_TASK_DEFINITION }}
container-name: ${{ env.CONTAINER_NAME }}
container-name: ${{ vars.CONTAINER_NAME }}
image: ${{ steps.build-image.outputs.image }}

- name: Deploy Amazon ECS task definition
Expand Down

0 comments on commit cffcc66

Please sign in to comment.