u
This commit is contained in:
parent
f36f92d495
commit
8034b3dd38
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user