diff --git a/.drone.yml b/.drone.yml index 4265f74..7a44de5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: Restart Nginx image: alpine:latest - timeout: 2m + timeout: 3m commands: - apk add --no-cache nginx - nginx -s reload