From f36f92d49578f7be68a02f25d4825dc922796b24 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 19 Mar 2023 22:05:57 +0800 Subject: [PATCH] u --- deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.js b/deploy.js index e8c61f9..3a38097 100644 --- a/deploy.js +++ b/deploy.js @@ -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() }