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