From 6a998538767df9b9717426f983ee208f9bed48bc Mon Sep 17 00:00:00 2001 From: arlenops Date: Thu, 20 Nov 2025 16:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=9D=A5=E4=B8=80=E6=AC=A1?= 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 dd8f09c..ad1c1ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - name: Restart Nginx image: alpine:latest - timeout: 1m + timeout: 3m commands: - apk add --no-cache nginx - nginx -s reload