ci: remove duplicate release dependency installs
CI / test (pull_request) Successful in 3m24s
PR合并自动部署 / release-check (pull_request) Successful in 12s
PR合并自动部署 / deploy (pull_request) Successful in 12s

This commit is contained in:
2026-08-09 03:58:04 +08:00
parent 903ead60c9
commit 52816ce442
4 changed files with 23 additions and 68 deletions
+5 -1
View File
@@ -493,14 +493,18 @@ Ruff 静态检查
PR 合并到 `main` 后会执行:
```text
MySQL 8.0.35 发布迁移检查
最终 main 发布文件与脚本语法检查
→ SSH 生产服务器
→ MySQL 备份
→ collectstatic
→ migrate
→ 重启
→ 应用与 Nginx HTTP/WebSocket 冒烟检查
```
合并后的轻量发布检查不再重复创建虚拟环境、启动临时 MySQL 或下载依赖;
完整 Django、MySQL 和静态资源检查由合并前必须通过的 `CI / test` 负责。
## 16. 备份与恢复
自动备份目录: