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