Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 4d58a59

Browse files
authored
Merge pull request #2 from ASAP-Lettering/chore/deploy
chore: cd 수정
2 parents e8d88b7 + a262981 commit 4d58a59

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)