From b5de7dc18cfc11e084a870b30a959371996bdabc Mon Sep 17 00:00:00 2001 From: arlenops Date: Thu, 20 Nov 2025 14:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=87=AA=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 95be632..3d49380 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: Restart Nginx image: alpine:latest - timeout: 3m # 设置该步骤最大超时时间为 3 分钟 + timeout: 3m commands: - apk add --no-cache nginx - nginx -s reload