Compare commits
No commits in common. "test" and "main" have entirely different histories.
|
|
@ -1,7 +1,7 @@
|
|||
# DevOps 自动化部署配置文件
|
||||
|
||||
# 全局分支配置(所有仓库统一使用此分支)
|
||||
global_branch: test
|
||||
global_branch: main
|
||||
|
||||
# 主仓库配置
|
||||
main_repository:
|
||||
|
|
@ -27,8 +27,8 @@ logging:
|
|||
# 钉钉通知配置
|
||||
dingtalk:
|
||||
enabled: true # 是否启用钉钉通知
|
||||
access_token: 6add370f6b31b98e71ad5e1862cf574ab3f2350fb7d5eb07675a23d25a6f8144
|
||||
secret: SEC89990cf37671b10c3ddce9446eb10c7022179f638cad3c403ad2944a6ce51e56
|
||||
access_token: fccb17a6c74ca862d7994630562d9d3d5be7b60d012d53dce32c64c566b9a3de
|
||||
secret: SEC54a73636473f324b8f77741ee41ee278d22eba4af898bba739c11183d851c8b0
|
||||
|
||||
# 数据库配置(用于数据库管理页面)
|
||||
database:
|
||||
|
|
@ -121,7 +121,7 @@ repositories:
|
|||
type: nodejs
|
||||
build_commands:
|
||||
- pnpm install
|
||||
- pnpm run build-test:hyf
|
||||
- pnpm run build-prod: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-test:hxf
|
||||
- pnpm run build-prod:hxf
|
||||
artifact_path: apps/tuoheng_hxf_web/dist
|
||||
docker_path: docker/b_th_web/html/dist
|
||||
docker_service: ruoyi-hxf
|
||||
|
|
|
|||
|
|
@ -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><code>admin</code></td>
|
||||
<td><code>admin123</code></td>
|
||||
<td>-</td>
|
||||
<td>-</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><code>admin</code></td>
|
||||
<td><code>admin123</code></td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>视频监控 (WVP)</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue