diff --git a/deploy.js b/deploy.js index 3a38097..c1b6103 100644 --- a/deploy.js +++ b/deploy.js @@ -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 => {