Compare commits

..

5 Commits
main ... test

Author SHA1 Message Date
孙小云 5e92bfff49 xx 2026-03-26 15:42:33 +08:00
孙小云 ccb6cca17f 配置地址 2026-03-26 15:40:27 +08:00
孙小云 f4719c2582 配置钉钉地址 2026-03-26 14:05:57 +08:00
孙小云 02e24d5538 修改打包配置 2026-03-26 13:56:25 +08:00
孙小云 44ed57622b 修改打包配置 2026-03-26 13:55:49 +08:00
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# DevOps 自动化部署配置文件
# 全局分支配置(所有仓库统一使用此分支)
global_branch: main
global_branch: test
# 主仓库配置
main_repository:
@ -27,8 +27,8 @@ logging:
# 钉钉通知配置
dingtalk:
enabled: true # 是否启用钉钉通知
access_token: fccb17a6c74ca862d7994630562d9d3d5be7b60d012d53dce32c64c566b9a3de
secret: SEC54a73636473f324b8f77741ee41ee278d22eba4af898bba739c11183d851c8b0
access_token: 6add370f6b31b98e71ad5e1862cf574ab3f2350fb7d5eb07675a23d25a6f8144
secret: SEC89990cf37671b10c3ddce9446eb10c7022179f638cad3c403ad2944a6ce51e56
# 数据库配置(用于数据库管理页面)
database:
@ -121,7 +121,7 @@ repositories:
type: nodejs
build_commands:
- pnpm install
- pnpm run build-prod:hyf
- pnpm run build-test:hyf
artifact_path: apps/tuoheng_hyf_web/dist
docker_path: docker/a_th_web/html/dist
docker_service: ruoyi-hyf
@ -132,7 +132,7 @@ repositories:
type: nodejs
build_commands:
- pnpm install
- pnpm run build-prod:hxf
- pnpm run build-test:hxf
artifact_path: apps/tuoheng_hxf_web/dist
docker_path: docker/b_th_web/html/dist
docker_service: ruoyi-hxf

View File

@ -909,14 +909,14 @@ class DeploymentServer:
<tr>
<td>航运服务 (HYF)</td>
<td><a href="http://{host_ip}:9988" target="_blank" class="deploy-link">http://{host_ip}:9988</a></td>
<td>-</td>
<td>-</td>
<td><code>admin</code></td>
<td><code>admin123</code></td>
</tr>
<tr>
<td>核心服务 (HXF)</td>
<td><a href="http://{host_ip}:9898" target="_blank" class="deploy-link">http://{host_ip}:9898</a></td>
<td>-</td>
<td>-</td>
<td><code>admin</code></td>
<td><code>admin123</code></td>
</tr>
<tr>
<td>视频监控 (WVP)</td>