Skip to content

Commit

Permalink
Ecr test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng committed Nov 24, 2024
1 parent f0b660f commit 5bcbd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ secrets.ECS_SERVICE }}
cluster: ${{ secrets.ECS_CLUSTER }}
service: ${{ secrets.ECS_SERVICE_TEST }}
cluster: ${{ secrets.ECS_CLUSTER_TEST }}
wait-for-service-stability: true

0 comments on commit 5bcbd12

Please sign in to comment.