tet
This commit is contained in:
5
dt.sh
5
dt.sh
@@ -46,7 +46,6 @@ deploy-test 后端/基础服务:
|
||||
status 调用 deploy-test/status.sh
|
||||
|
||||
deploy-test 前端:
|
||||
pc-build 调用 deploy-test/08-build-pc.sh,构建 /app/pc/dist
|
||||
fe-start [project] 调用 deploy-test/07-start-frontend.sh [project]
|
||||
fe-stop [project] 调用 deploy-test/stop-frontend.sh [project]
|
||||
|
||||
@@ -60,7 +59,6 @@ deploy-test 前端:
|
||||
示例:
|
||||
./deploy-test/dt.sh pull
|
||||
./deploy-test/dt.sh build
|
||||
./deploy-test/dt.sh pc-build
|
||||
./deploy-test/dt.sh restart
|
||||
./deploy-test/dt.sh fe-start pc
|
||||
./deploy-test/dt.sh deploy
|
||||
@@ -191,9 +189,6 @@ main() {
|
||||
status)
|
||||
run_deploy_test_script "status.sh" "$@"
|
||||
;;
|
||||
pc-build)
|
||||
run_deploy_test_script "08-build-pc.sh" "$@"
|
||||
;;
|
||||
fe-start)
|
||||
run_deploy_test_script "07-start-frontend.sh" "$@"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user