This commit is contained in:
陆柯 2021-09-24 15:59:50 +08:00
parent 6c6f61bfe9
commit efc97a3aad

View File

@ -305,7 +305,7 @@ function deployToGit(connection){
console.info(`😊😊😊 ${connection.url} 😊😊😊`)
}
}).catch((err)=>{
console.error(`🤷‍♀️🤷‍♀️🤷‍♀️ Failed deploy [${wo.envi.deploy.fromPath}] to [${connection.targetPath}/${connection.targetDir}] 🤷‍♀️🤷‍♀️🤷‍♀️`)
console.error(`🤷‍♀️🤷‍♀️🤷‍♀️ Failed deploy [${wo.envi.deploy.fromPath}] to [${connection.repo}#${connection.branch}] 🤷‍♀️🤷‍♀️🤷‍♀️`)
process.exit(1)
})
}