feat: add test environment deployment workflow

This commit is contained in:
2026-07-28 14:48:46 +08:00
parent 099e05fb56
commit bab4b85bed
8 changed files with 454 additions and 14 deletions
+2
View File
@@ -41,6 +41,8 @@ VITE_API_BASE_URL=http://localhost:3000
## Docker 部署
测试服务器使用宿主机 Nginx 提供静态文件和 HTTPS、使用阿里云 ACR 拉取 Rust 后端镜像时,请使用 [deploy/README.md](deploy/README.md) 中的独立部署方案。该方案适用于 `test-mail.shenjianl.cn``admin-mail.shenjianl.cn`,并与本地构建、上传前端静态文件的流程对应。
开发/内网部署:
先修改 `compose.env` 中所有 `CHANGE_ME` 配置,然后运行: