소스 검색

12wms86-sd-test.sh

lizw 10 달 전
부모
커밋
f2dd466e7d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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 ""
 }