This commit is contained in:
vet
2026-04-20 17:26:25 +07:00
parent fa6b610ddf
commit 83d425b182
8 changed files with 27 additions and 87 deletions

5
dt.sh
View File

@@ -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" "$@"
;;