Skip to content

Commit a262981

Browse files
committed
chore: cd 수정
1 parent 1a223a1 commit a262981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ECS_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Deploy New ECS Task Definition
9393
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
9494
with:
95-
task-definition: task-definition.json
95+
task-definition: ${{ steps.task-definition.outputs.task-definition }}
9696
service: ${{ env.ECS_SERVICE_NAME }}
9797
cluster: ${{ env.ECS_CLUSTER_NAME }}
9898
wait-for-service-stability: true

0 commit comments

Comments
 (0)