From 8034b3dd38912fafcbe393c9b7b63cc29150603e Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Mon, 20 Mar 2023 11:25:36 +0800 Subject: [PATCH] u --- deploy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 => {