Skip to content

Commit

Permalink
Merge pull request #27 from plus-tdd/feature/alarm
Browse files Browse the repository at this point in the history
Feature/alarm
  • Loading branch information
codesejin authored Jul 16, 2023
2 parents 5415ce3 + 5845373 commit ed67926
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
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
15 changes: 0 additions & 15 deletions .github/workflows/test_env.yml

This file was deleted.

0 comments on commit ed67926

Please sign in to comment.