From 696ac90af4a0b19d96fc2bf0e8a6bbb8626f8f78 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 13 Sep 2018 16:03:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=93=9A=E4=B8=8D=E5=90=8C=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E4=BF=AE=E6=AD=A3EJB=20lookup=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zkweb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zkweb/build.gradle b/zkweb/build.gradle index 7782778..70d7721 100644 --- a/zkweb/build.gradle +++ b/zkweb/build.gradle @@ -55,7 +55,7 @@ task pushImage(type: DockerPushImage, dependsOn: buildImage){ * build & deploy to server */ task deploy(type: Exec,dependsOn: 'release'){ - def stackName="TML-${project.environment.toUpperCase()}" + def stackName="DEMOS" def serviceName = "${project.name.replaceAll('_', '-')}" def scriptPath = "${buildDir}/deploy.sh" doFirst{