Explorar el Código

12wms86-sd-test.sh

lizw hace 10 meses
padre
commit
f2dd466e7d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      hua_wei_yun/12wms86-sd-test.sh

+ 4 - 0
hua_wei_yun/12wms86-sd-test.sh

@@ -152,6 +152,10 @@ deployPull() {
       needBuild[idx]=$isChange
     fi
   done
+  echo -e "$echoPrefix cd /home/www/deploy/wms85_sd_test/wms-ui/node_modules/yvan-ui $echoSuffix"
+  cd /home/www/deploy/wms85_sd_test/wms-ui/node_modules/yvan-ui
+  echo -e "$echoPrefix git pull $echoSuffix"
+  git pull
   echo "###--代码更新完成--------------------------------------------------------------------------###"
   echo ""
 }