Skip to content

Commit 1fcd2e6

Browse files
committed
chore: update ecs-workflow.yml
1 parent 970dd5d commit 1fcd2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Ž.github/workflows/ecs-workflow.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
5858
with:
5959
task-definition: ${{ steps.task-def.outputs.task-definition }} # ECS νƒœμŠ€ν¬ μ •μ˜ νŒŒμΌμ„ μ§€μ •ν•©λ‹ˆλ‹€.
60-
service: ${{ secrets.ECS_SERVICE_NAME }} # ECS μ„œλΉ„μŠ€ 이름을 μ§€μ •ν•©λ‹ˆλ‹€.
61-
cluster: ${{ secrets.ECS_CLUSTER_NAME }} # ECS ν΄λŸ¬μŠ€ν„° 이름을 μ§€μ •ν•©λ‹ˆλ‹€.
60+
service: ${{ secrets.ECS_SERVICE_NAME }}
61+
cluster: ${{ secrets.ECS_CLUSTER_NAME }}
6262
wait-for-service-stability: true # μ„œλΉ„μŠ€κ°€ μ•ˆμ •ν™”λ  λ•ŒκΉŒμ§€ λŒ€κΈ°ν•©λ‹ˆλ‹€.

0 commit comments

Comments
Β (0)