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" \ 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" > - (개인정보처리방침) + 개인정보처리방침 | - (서비스 이용약관) + 서비스 이용약관