From 6c2e4ebe18c5b60ee482838ddbb1182e40cda682 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sat, 21 Dec 2024 13:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=90=AF=E5=AE=B9=E5=99=A8=E4=B8=BA?= =?UTF-8?q?=20chuanqi-server-s1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chuanqi_server_pro_jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chuanqi_server_pro_jenkins b/chuanqi_server_pro_jenkins index b0ee2f5..d38fd21 100644 --- a/chuanqi_server_pro_jenkins +++ b/chuanqi_server_pro_jenkins @@ -5,7 +5,7 @@ pipeline { steps { echo 'Deploying...' sh "cd /home/cq/s1&&git pull" - sh "docker restart chuanqi-server-dev" + sh "docker restart chuanqi-server-s1" } } }