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

This commit is contained in:
arlenops
2025-11-20 14:04:30 +08:00
parent 07fbbbdfa7
commit b5de7dc18c

View File

@@ -13,7 +13,7 @@ steps:
- name: Restart Nginx - name: Restart Nginx
image: alpine:latest image: alpine:latest
timeout: 3m # 设置该步骤最大超时时间为 3 分钟 timeout: 3m
commands: commands:
- apk add --no-cache nginx - apk add --no-cache nginx
- nginx -s reload - nginx -s reload