修改健康检查方式

This commit is contained in:
zk
2026-05-22 20:30:42 +08:00
parent 1191f85150
commit 3a1ba04ca5
3 changed files with 6 additions and 5 deletions
Vendored
+1 -1
View File
@@ -20,7 +20,7 @@ pipeline {
environment {
CONTAINER_PREFIX = 'offerpie-web' // 容器名前缀,拼接 -blue / -green / -nginx
HEALTH_URL = 'http://localhost/' // 前端静态页面健康检查
HEALTH_URL = 'http://localhost:80/' // 前端静态页面健康检查
}
stages {