From 8c27d31824c76cd57b766e05170548cac97d0f67 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 30 May 2023 10:56:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor(cli):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=94=9F=E6=88=90=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service-cli-runner/src/main/resources/template/deploy.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-cli/service-cli-runner/src/main/resources/template/deploy.ftl b/service-cli/service-cli-runner/src/main/resources/template/deploy.ftl index 68e2913..36125f2 100644 --- a/service-cli/service-cli-runner/src/main/resources/template/deploy.ftl +++ b/service-cli/service-cli-runner/src/main/resources/template/deploy.ftl @@ -21,7 +21,7 @@ done--> host=${host} hostname=`ssh $host 'echo $HOSTNAME'` -echo "$host $hostname $datetime" +echo "${info.name} $host $hostname $datetime" ssh $host 'bash -s' < stop.sh ${runtime.jarPath}/${info.name}.jar <#if selectedHosts?seq_contains(host)> ssh $host "curl ftp://yyy:QeY\!68\)4nH1@132.121.122.15:2222/${info.sourceJar} -o ${runtime.jarPath}/${info.name}.jar"