From b3bc1a1650a306338d015fa187f33a9bd621b95b Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sun, 22 Dec 2024 13:23:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20login.php=20=E5=92=8C=20ap?= =?UTF-8?q?i.php=20=E6=96=87=E4=BB=B6=E8=87=B3=20web=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chuanqi_web_config_jenkins | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chuanqi_web_config_jenkins b/chuanqi_web_config_jenkins index 0c43b30..4b99a51 100644 --- a/chuanqi_web_config_jenkins +++ b/chuanqi_web_config_jenkins @@ -26,6 +26,8 @@ pipeline { sh "cp config.xml /home/cq/web/resource_Publish/cfg/" sh "cp main.min_jocw9Tu2.js /home/cq/web/js/" sh "cp linuxdo.php /home/cq/web/" + sh "cp login.php /home/cq/web/" + sh "cp api.php /home/cq/web/" } } }