From 0e2ff26908840093f7fc6f1e0a5f6597e988a36f Mon Sep 17 00:00:00 2001 From: sonwonjae Date: Tue, 22 Apr 2025 01:27:20 +0900 Subject: [PATCH 1/2] Revert "test: blue green switching test commit" This reverts commit 36ead2fb125238bee30e41fdcdc6dd98bf5e92d6. --- 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 320b55e..4599d5f 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" > - (개인정보처리방침) + 개인정보처리방침 | - (서비스 이용약관) + 서비스 이용약관 From fe180db8af098f60c4b12c644baa7d818af9a196 Mon Sep 17 00:00:00 2001 From: sonwonjae Date: Tue, 22 Apr 2025 01:31:37 +0900 Subject: [PATCH 2/2] fix: delete ASG set --- .github/workflows/Release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 515fa2c..9f3f732 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -148,7 +148,7 @@ jobs: fi ACTIVE_ASG="weplate-$ACTIVE_ASG_COLOR-asg" - DELETE_ASG="${DELETE_ASG_COLOR:+weplate-$DELETE_ASG_COLOR-asg}" + DELETE_ASG="weplate-$DELETE_ASG_COLOR-asg" # Apply scaling aws autoscaling update-auto-scaling-group \ @@ -225,7 +225,8 @@ jobs: echo "✅ ALB listener forwarding complete" - if [ "$DELETE_ASG" != "" ]; then + echo "ℹ️ Delete Start '$DELETE_ASG_COLOR'" + if [ "$DELETE_ASG_COLOR" != "" ]; then echo "📦 Shutting down previous ASG: $DELETE_ASG" aws autoscaling update-auto-scaling-group \ --auto-scaling-group-name "$DELETE_ASG" \