Skip to content

Commit

Permalink
Merge pull request #146 from 0xPolygonID/fix_deployment_action
Browse files Browse the repository at this point in the history
chore: fix cluster
  • Loading branch information
martinsaporiti authored Apr 24, 2024
2 parents cffcc66 + 65c7d0e commit 72f5c48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment_new_aws_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
AWS_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
ECR_REPOSITORY: devs-ecr
ECS_SERVICE: devs-ecs-service
ECS_CLUSTER:

jobs:
deploy_prod:
Expand Down Expand Up @@ -72,5 +73,5 @@ jobs:
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ env.ECS_SERVICE }}
cluster: ${{ env.ECS_CLUSTER }}
cluster: ${{ vars.ECS_CLUSTER }}
wait-for-service-stability: true

0 comments on commit 72f5c48

Please sign in to comment.