From 39a27b52bc200ca88f8150c2a6c4f142b149fea1 Mon Sep 17 00:00:00 2001 From: htlee Date: Tue, 17 Mar 2026 15:18:24 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EB=85=B8?= =?UTF-8?q?=ED=8A=B8=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE-NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 224cb50..54a07a7 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -4,6 +4,12 @@ ## [Unreleased] +### 수정 +- CI/CD 워크플로우 전면 재구성: act 컨테이너(node:24) 환경 대응 +- `sudo` 제거, `apt-get`으로 JDK/Maven 직접 설치 +- `systemctl` → `.deploy-trigger` + systemd path unit 패턴 전환 +- act-runner 볼륨 마운트 추가 (`/deploy/kcg`, `/deploy/kcg-backend`) + ## [2026-03-17.2] ### 수정