diff --git a/.drone.yml b/.drone.yml index c642da3..51713bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,7 +60,7 @@ steps: - name: 健康检查 image: curlimages/curl:latest commands: - - sleep 15 # 等待服务启动 + - sleep 45 # 等待服务完全启动(Spring Boot 应用需要约30-40秒) - curl -f http://154.30.6.21:8123/actuator/health || exit 1 - echo "✅ 健康检查通过"