fix(ci): 修复Deploy Staging SSH密钥检测语法错误 #338
Reference in New Issue
Block a user
Delete Branch "fix/staging-ssh-syntax"
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?
修复 ci-cd.yml 中 Deploy Staging 步骤的 bash 语法错误:
错误:
${STAGING_SSH_KEY:-"缺少闭合的}正确:
${STAGING_SSH_KEY:-}"导致 Deploy Staging 步骤5秒内失败,SSH部署完全未执行。
影响:Run #4895 Deploy Staging 失败