fix(ci): 修复生产部署SSH密钥查找失败 + 通知脚本路径问题 #313
Reference in New Issue
Block a user
Delete Branch "fix/deploy-production-ssh-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
修复 v0.1.129 生产部署失败的两个问题:
SSH 密钥查找失败:Runner 上已有
~/.ssh/id_ed25519,但脚本只找xiaoxia_runtime_builder命名的 key。新增id_ed25519作为 fallback。通知脚本找不到:
deploy-productionjob 没有 checkout 代码步骤,失败时scripts/ci_notify_failure.py找不到。新增 checkout 步骤。