From f2736b34cac3b235970c431e1d47b96b0b25066a Mon Sep 17 00:00:00 2001 From: sonwonjae Date: Tue, 22 Apr 2025 01:10:02 +0900 Subject: [PATCH 1/2] fix: remove early delete asg --- .github/workflows/Release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 63c656f..515fa2c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -158,13 +158,6 @@ jobs: --auto-scaling-group-name "$ACTIVE_ASG" \ --strategy Rolling - # If both alive, shutdown DELETE - if [ "$DELETE_ASG" != "" ]; then - aws autoscaling update-auto-scaling-group \ - --auto-scaling-group-name "$DELETE_ASG" \ - --min-size 0 --max-size 0 --desired-capacity 0 - fi - echo "ACTIVE_ASG_COLOR=$ACTIVE_ASG_COLOR" >> $GITHUB_ENV echo "DELETE_ASG_COLOR=$DELETE_ASG_COLOR" >> $GITHUB_ENV - name: Wait for ALB Health Check → Switch Listener → Shutdown old ASG From 36ead2fb125238bee30e41fdcdc6dd98bf5e92d6 Mon Sep 17 00:00:00 2001 From: sonwonjae Date: Tue, 22 Apr 2025 01:17:01 +0900 Subject: [PATCH 2/2] test: blue green switching test commit --- apps/client-weplate/src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client-weplate/src/pages/index.tsx b/apps/client-weplate/src/pages/index.tsx index 4599d5f..320b55e 100644 --- a/apps/client-weplate/src/pages/index.tsx +++ b/apps/client-weplate/src/pages/index.tsx @@ -119,14 +119,14 @@ function HomePage() { href="https://achieved-arthropod-648.notion.site/17e39793c46d80f7bb90ed4d3b42e606?pvs=4" target="_blank" > - 개인정보처리방침 + (개인정보처리방침) | - 서비스 이용약관 + (서비스 이용약관)