This commit is contained in:
陆柯 2023-03-20 11:25:36 +08:00
parent f36f92d495
commit 8034b3dd38

View File

@ -374,10 +374,10 @@ function deployToGit (connection) {
.then(() => {
console.info(
new Date(),
`✅✅✅ Successfully deployed [${envarDeploy.fromPath}] to [${connection.repo}#${connection.branch}] ✅✅✅`
`✅✅✅ Deployed [${envarDeploy.fromPath}] to [${connection.repo}#${connection.branch}] ✅✅✅`
)
if (connection.url) {
console.info(`😊😊😊 ${connection.url} 😊😊😊`)
console.info(new Date(), `✅✅✅ ${connection.url} ✅✅✅`)
}
})
.catch(err => {