u
This commit is contained in:
parent
f36f92d495
commit
8034b3dd38
@ -374,10 +374,10 @@ function deployToGit (connection) {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
console.info(
|
console.info(
|
||||||
new Date(),
|
new Date(),
|
||||||
`✅✅✅ Successfully deployed [${envarDeploy.fromPath}] to [${connection.repo}#${connection.branch}] ✅✅✅`
|
`✅✅✅ Deployed [${envarDeploy.fromPath}] to [${connection.repo}#${connection.branch}] ✅✅✅`
|
||||||
)
|
)
|
||||||
if (connection.url) {
|
if (connection.url) {
|
||||||
console.info(`😊😊😊 ${connection.url} 😊😊😊`)
|
console.info(new Date(), `✅✅✅ ${connection.url} ✅✅✅`)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
Loading…
Reference in New Issue
Block a user