From 0578e2e70146bd43375d8638bced01eddb15245b Mon Sep 17 00:00:00 2001 From: stopmin Date: Fri, 19 Jul 2024 02:14:31 +0900 Subject: [PATCH 1/2] =?UTF-8?q?ecs=20=EC=9C=84=EC=B9=98=20=EC=9B=90?= =?UTF-8?q?=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-ecs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ecs.yml b/.github/workflows/deploy-ecs.yml index 2dfd9ab..7bc7901 100644 --- a/.github/workflows/deploy-ecs.yml +++ b/.github/workflows/deploy-ecs.yml @@ -12,7 +12,7 @@ env: AWS_REGION: ap-northeast-2 # AWS region 설정 ECR_REPOSITORY: gyeongdan-fastapi # Amazon ECR repository 이름 ECS_SERVICE: GyeongdanFastAPI # Amazon ECS 서비스 이름 - ECS_CLUSTER: Gyeongdan-v2 # Amazon ECS 클러스터 이름 + ECS_CLUSTER: Gyeongdan # Amazon ECS 클러스터 이름 ECS_TASK_DEFINITION: tf-staging.json # Amazon ECS task definition 파일 경로 CONTAINER_NAME: FastAPI # 컨테이너 이름 PROGRESS_SLACK_CHANNEL: C07BRCDNBMF # Slack 채널 ID From ef23896523f1cdf44e58de7dcf7698b4e4182ef0 Mon Sep 17 00:00:00 2001 From: stopmin Date: Fri, 19 Jul 2024 02:22:37 +0900 Subject: [PATCH 2/2] =?UTF-8?q?ecs=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-ecs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ecs.yml b/.github/workflows/deploy-ecs.yml index 7bc7901..dbf71ee 100644 --- a/.github/workflows/deploy-ecs.yml +++ b/.github/workflows/deploy-ecs.yml @@ -13,7 +13,7 @@ env: ECR_REPOSITORY: gyeongdan-fastapi # Amazon ECR repository 이름 ECS_SERVICE: GyeongdanFastAPI # Amazon ECS 서비스 이름 ECS_CLUSTER: Gyeongdan # Amazon ECS 클러스터 이름 - ECS_TASK_DEFINITION: tf-staging.json # Amazon ECS task definition 파일 경로 + ECS_TASK_DEFINITION: tf-staging.json # Amazon ECS task definition 파일 경로 CONTAINER_NAME: FastAPI # 컨테이너 이름 PROGRESS_SLACK_CHANNEL: C07BRCDNBMF # Slack 채널 ID