From 08110ca678e3316f8adfad451a6a7fd5f845893d Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期四, 13 七月 2023 11:13:37 +0800 Subject: [PATCH] 业务类型增加生命周期的处理 --- Source/UBCS-WEB/dist/build.sh | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/dist/build.sh b/Source/UBCS-WEB/dist/build.sh new file mode 100644 index 0000000..0886879 --- /dev/null +++ b/Source/UBCS-WEB/dist/build.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +echo "====================鎵撳寘鏂囦欢====================" +yarn build +echo "====================浼犺緭鏂囦欢====================" + +scp -P 22 -r ./dist/** root@192.168.0.157:/docker/nginx/web/html + +echo "====================閮ㄧ讲瀹屾瘯====================" -- Gitblit v1.10.0