测试自动
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
arlenops
2025-11-20 13:42:18 +08:00
parent 342075c9d9
commit 07fbbbdfa7

View File

@@ -16,6 +16,6 @@ steps:
timeout: 3m # 设置该步骤最大超时时间为 3 分钟
commands:
- apk add --no-cache nginx
- nginx -s reload # 重新加载 Nginx 配置,确保服务更新
- nginx -s reload
when:
branch: main # 只在 main 分支触发,防止其他分支的提交也触发重启