This commit is contained in:
陆柯 2023-03-19 22:05:57 +08:00
parent 36cc26a41f
commit f36f92d495

View File

@ -214,7 +214,7 @@ function deployToSsh (connection) {
`✅✅✅ Successfully deployed [${envarDeploy.fromPath}] to [${connection.targetPath}/${connection.targetFolder}] ✅✅✅`
)
if (connection.url) {
console.info(`😊😊😊 ${connection.url} 😊😊😊`)
console.info(`✅✅✅ ${connection.url} ✅✅✅`)
}
process.exit()
}