fix(ci-cd): set AGENTEVAL_PROD_DIR to actual production path
Some checks failed
CI / test (push) Failing after 11m21s
Some checks failed
CI / test (push) Failing after 11m21s
This commit is contained in:
parent
b451ac9625
commit
9eccee0a67
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user