From 376510106763c299d1b81c9cb2a8b32e3bd1a2d7 Mon Sep 17 00:00:00 2001 From: arlenops Date: Thu, 20 Nov 2025 15:52:13 +0800 Subject: [PATCH] cecece --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4265f74..640f671 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: Restart Nginx image: alpine:latest - timeout: 2m + timeout: 4m commands: - apk add --no-cache nginx - nginx -s reload