Skip to content

Commit

Permalink
cluster, service 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
codesejin committed Jul 16, 2023
1 parent 032e16c commit 5845373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.setting-task-definition.outputs.task-definition }}
cluster: cluster-nestjs # 여러분의 ECS 클러스터 아이디
cluster: cluster-nestjs-02 # 여러분의 ECS 클러스터 아이디
service: service-nestj # 여러분의 ECS Fargate 서비스 아이디
wait-for-service-stability: false

0 comments on commit 5845373

Please sign in to comment.