fix(ci-cd): set AGENTEVAL_PROD_DIR to actual production path
Some checks failed
CI / test (push) Failing after 11m21s

This commit is contained in:
sinohqb 2026-08-12 15:21:23 +08:00
parent b451ac9625
commit 9eccee0a67

View File

@ -17,6 +17,8 @@ env:
# deploy-volcengine-102.sh 读取此变量作为 ssh Host alias
# alias 在下方 Setup SSH 步骤写入 ~/.ssh/config。
AGENTEVAL_PROD_HOST: agenteval-prod
# 生产机实际部署目录(覆盖脚本默认 /opt/agenteval
AGENTEVAL_PROD_DIR: /opt/sola/AgentEvalTool
jobs:
# 门禁部署前必须全绿tag push 不触发 CI workflow因此 CD 自带 test job