|
@@ -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 ""
|
|
|
}
|