diff --git a/.drone.yml b/.drone.yml index 640f671..7d213a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: Restart Nginx image: alpine:latest - timeout: 4m + timeout: 1m commands: - apk add --no-cache nginx - nginx -s reload