fix(deploy): 调整 xboard 更新脚本执行流程

更新脚本改为先拉取镜像,再通过一次性 web 容器执行
xboard:update,最后重新启动服务

移除 --migrate 参数并补充非交互终端下的执行说明,
同时更新 README、部署模块文档并新增测试 compose 配置
This commit is contained in:
yinjianm
2026-04-28 13:41:04 +08:00
parent a4e78b864a
commit c24a1495ff
5 changed files with 97 additions and 17 deletions
+7
View File
@@ -1,5 +1,12 @@
# CHANGELOG
## [0.6.7] - 2026-04-28
### 快速修改
- **[deploy]**: 调整 `deploy/xboard-server` 更新脚本,改为拉取镜像后通过一次性 `web` 容器执行 `php artisan xboard:update`,再重新 `up -d` 拉起服务;README 同步更新后续升级命令 — by yinjianm
- 类型: 快速修改(无方案包)
- 文件: deploy/xboard-server/scripts/update.sh, deploy/xboard-server/README.md
## [0.6.6] - 2026-04-28
### 新增