feat(val-blog): add 2026-04-30 dream journey post

This commit is contained in:
Chen Gu
2026-08-13 17:00:22 +08:00
committed by Chen Gu
parent 691f96e8a6
commit 81978704fc
941 changed files with 195468 additions and 755 deletions
+29
View File
@@ -0,0 +1,29 @@
# gch3n.online DevOps 基础设施
## 组件
- Gitea - 私有 Git 服务器
- Nginx - 反向代理 + HTTPS
- Docker Compose - 容器编排
- GitHub Actions / Gitea Actions - CI/CD
## 域名规划
- git.gch3n.online - Gitea Git 服务器
- app.gch3n.online - 应用部署(蓝绿部署)
## 部署架构
```
Developer -> Git Push -> Gitea Webhook -> CI/CD Pipeline
|
v
Build & Test
|
v
Blue/Green Deployment
/ \
app-blue:3001 app-green:3002
\ /
Nginx (Upstream)
|
v
app.gch3n.online
```