From 45d933b965c644361ff495451d3253861c1d3f8e Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 14 Dec 2024 21:03:36 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC-=20=E4=BF=AE=E6=94=B9=20server=20=E5=92=8C?= =?UTF-8?q?=20wch=20=E7=9B=AE=E5=BD=95=E7=9A=84=E5=A4=8D=E5=88=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=EF=BC=8C=E7=BB=9F=E4=B8=80=E5=88=B0=20/home/cq/data?= =?UTF-8?q?=20-=20=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E7=9A=84=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=90=8D=EF=BC=8C=E7=AE=80=E5=8C=96=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chuanqi_server_jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chuanqi_server_jenkins b/chuanqi_server_jenkins index f0099df..9e67979 100644 --- a/chuanqi_server_jenkins +++ b/chuanqi_server_jenkins @@ -16,10 +16,10 @@ pipeline { stage('部署') { steps { echo 'Deploying...' - sh "cp -rf server /home/cq/data/server" + sh "cp -rf server /home/cq/data" sh "cp -f run.sh /home/cq/data/run.sh" sh "cp -f stop.sh /home/cq/data/stop.sh" - sh "cp -rf wch /home/cq/data/wch" + sh "cp -rf wch /home/cq/data" sh "docker restart chuanqi-server" } }