Quellcode durchsuchen

prod-deploy-pda-d907.sh

lizw vor 2 Jahren
Ursprung
Commit
be0478256f
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      yxt-sh/prod-deploy-pda-d907.sh
  2. 2 2
      yxt-sh/prod-deploy-wms8-d907.sh

+ 1 - 1
yxt-sh/prod-deploy-pda-d907.sh

@@ -6,7 +6,7 @@ echoPrefix="\033[36m+"
 echoSuffix="\033[0m"
 
 codePath=/home/www/deploy/wms8_prod_d907
-serverUrl=http://10.0.30.225:8907
+serverUrl=http://10.0.30.225:8107
 
 # 更新代码
 echo -e "$echoPrefix cd $codePath $echoSuffix"

+ 2 - 2
yxt-sh/prod-deploy-wms8-d907.sh

@@ -164,8 +164,8 @@ startServer() {
   if [ -z $pid ];then
     echo -e "$echoPrefix cd $dirPath../runtime/ $echoSuffix"
     cd $dirPath../runtime/
-    echo -e "$echoPrefix java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./servo-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8907 >>/dev/null 2>&1 & $echoSuffix"
-    java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./servo-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8907 >>/dev/null 2>&1 &
+    echo -e "$echoPrefix java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./servo-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8107 >>/dev/null 2>&1 & $echoSuffix"
+    java $JAVA_MEM_OPTS $DATABASE_OPTS $JAVA_OPTS_EXT -jar ./servo-0.0.0-SNAPSHOT.jar --spring.profiles.active=global,$profiles --server.port=8107 >>/dev/null 2>&1 &
     echo "$serverName 启动成功!"
   else
     echo "$serverName 正在运行..."