Skip to content

Commit

Permalink
chore: cd 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Aug 22, 2024
1 parent 1a223a1 commit a262981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ECS_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Deploy New ECS Task Definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: task-definition.json
task-definition: ${{ steps.task-definition.outputs.task-definition }}
service: ${{ env.ECS_SERVICE_NAME }}
cluster: ${{ env.ECS_CLUSTER_NAME }}
wait-for-service-stability: true

0 comments on commit a262981

Please sign in to comment.