test: 增加生产环境冒烟检查

This commit is contained in:
2026-07-10 12:18:35 +08:00
parent 367127504f
commit 75c54466d4
3 changed files with 43 additions and 0 deletions

View File

@@ -49,5 +49,6 @@ docker compose -f docker-compose.prod.yml config --quiet
echo "== 备份恢复脚本语法检查 =="
bash -n scripts/mysql_backup.sh
bash -n scripts/mysql_restore.sh
bash -n scripts/production_smoke_test.sh
echo "阶段六自动验证完成"