refactor: 重构部署功能

This commit is contained in:
2026-01-08 19:50:58 +08:00
parent a067d167e9
commit db2b2af0d3
13 changed files with 79 additions and 97 deletions

View File

@@ -221,7 +221,7 @@ export class PipelineRunner {
const userEnvVars = JSON.parse(deployment.envVars);
Object.assign(envVars, userEnvVars);
} catch (error) {
console.error('解析环境变量失败:', error);
log.error(this.TAG, '解析环境变量失败:', error);
}
}