Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ authored Oct 1, 2023
1 parent 6fa8515 commit 9c52eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: task-definition.json
container-name: backend-container
container-name: be-container
image: ${{ env.IMAGE }}
## ECS 실행
- name: Deploy ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: backend-service
service: be-service
cluster: be-cluster
wait-for-service-stability: true

0 comments on commit 9c52eac

Please sign in to comment.