Skip to content

Commit

Permalink
test deploy ecs Task Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
eu2525 committed Nov 26, 2024
1 parent d85c8e4 commit e79965d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy_ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
container-name: dittodining
image: ${{ steps.build-image.outputs.image }}

# - name: Deploy Amazon ECS task definition
# uses: aws-actions/amazon-ecs-deploy-task-definition@v1
# with:
# task-definition: ${{ steps.task-def.outputs.task-definition }}
# service: dittodining
# cluster: dittodining
# wait-for-service-stability: true
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: dittodining
cluster: dittodining
wait-for-service-stability: true

0 comments on commit e79965d

Please sign in to comment.