修改WVP 前端部署流程
This commit is contained in:
parent
c1ba024d8d
commit
e7197e3d19
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue