diff --git a/jobs/Deploy_Hi365_OAuth_Client_Develop/config.xml b/jobs/Deploy_Hi365_OAuth_Client_Develop/config.xml
index 6f185b1e591afca9bc13a693107b2be1978b4587..966d4a7befa2442f4924a1a4e694118a6bdc478a 100644
--- a/jobs/Deploy_Hi365_OAuth_Client_Develop/config.xml
+++ b/jobs/Deploy_Hi365_OAuth_Client_Develop/config.xml
@@ -52,13 +52,12 @@
-1
-
2
- https://cm.ylhealth.org/gitlab/YongYue/hi365-api.git
+ https://cm.ylhealth.org/gitlab/YongYue/hi365-client.git
3485e854-8389-40e8-8c86-b94e94e91904
@@ -118,12 +117,12 @@ version=$(echo $GIT_BRANCH | cut -d'/' -f 3)
- systemctl stop Hi365Resource
+ systemctl stop Hi365Client
-rm -f /opt/Hi365ResourceServer/lib/*.jar
-/usr/bin/unzip -j -o target/Resource-Server-pack.zip "Resource-Server/lib/*" -d /opt/Hi365ResourceServer/lib
+rm -f /opt/Hi365ClientServer/lib/*.jar
+/usr/bin/unzip -j -o target/Client-Server-pack.zip "Client-Server/lib/*" -d /opt/Hi365ClientServer/lib
-systemctl start Hi365Resource
+systemctl start Hi365Client