From e7197e3d19dfc34f9c643d9b70bd64a6eb389903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Mon, 26 Jan 2026 13:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9WVP=20=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/config.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.devops/config.yaml b/.devops/config.yaml index 93a0f8f..a8da526 100644 --- a/.devops/config.yaml +++ b/.devops/config.yaml @@ -208,3 +208,26 @@ repositories: artifact_path: target/*.jar docker_path: docker/ruoyi/modules/media/jar docker_service: tuoheng-modules-media + + # WVP 后端服务 + - name: wvp-pro + url: http://th.local.t-aaron.com:13000/THENG/a-wvp-java.git + path: wvpjar + type: java + build_commands: + - mvn clean package -DskipTests + artifact_path: target/*.jar + docker_path: docker/wvp/wvpjar/jar + docker_service: wvp-pro + + # WVP 前端服务 + - name: wvp-web + url: http://th.local.t-aaron.com:13000/THENG/a-wvp-web.git + path: wvpweb + type: nodejs + build_commands: + - npm install + - npm run build:prod + artifact_path: dist + docker_path: docker/wvp/web/html/dist + docker_service: wvp-web