修改WVP 前端部署流程

This commit is contained in:
孙小云 2026-01-26 13:34:58 +08:00
parent c1ba024d8d
commit e7197e3d19
1 changed files with 23 additions and 0 deletions

View File

@ -208,3 +208,26 @@ repositories:
artifact_path: target/*.jar artifact_path: target/*.jar
docker_path: docker/ruoyi/modules/media/jar docker_path: docker/ruoyi/modules/media/jar
docker_service: tuoheng-modules-media 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