From 76fbddd9ff7d87287bc099f95ed2e7d135e41612 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Tue, 26 Aug 2025 14:23:01 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20rb8001=20=EB=B0=B0=ED=8F=AC=20=EB=B0=A9?= =?UTF-8?q?=EC=8B=9D=20=EC=88=98=EC=A0=95=20-=20Gitea=20Actions=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EB=B0=B0=ED=8F=AC=EB=A1=9C=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...bell80_frontend_rb8001_채팅연결_계획.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/troubleshooting/250826_happybell80_frontend_rb8001_채팅연결_계획.md b/troubleshooting/250826_happybell80_frontend_rb8001_채팅연결_계획.md index 4f0d008..2070952 100644 --- a/troubleshooting/250826_happybell80_frontend_rb8001_채팅연결_계획.md +++ b/troubleshooting/250826_happybell80_frontend_rb8001_채팅연결_계획.md @@ -161,13 +161,13 @@ response["level"] = stats.get("level", 1) -d '{"text":"안녕하세요"}' ``` -4. **배포** (5분) +4. **배포** (자동) - Git commit & push - - 서버에서 Docker 컨테이너 재빌드 및 재시작 - ```bash - docker compose down rb8001 - docker compose up -d --build rb8001 - ``` + - Gitea Actions가 자동으로 처리 + - 51124 서버 SSH 접속 + - git pull + - docker compose down/up --build + - health check ### 4.2 검증 방법 1. Frontend 로그인 (happybell80) @@ -206,8 +206,8 @@ rb8001(8001) → /api/message 처리 3. **성능**: 동시 요청 처리 ### 6.2 롤백 계획 -- rb8001 코드 git revert -- Docker 컨테이너 재빌드 및 재시작 +- rb8001 코드 git revert & push +- Gitea Actions가 자동 재배포 ---