diff --git a/.drone.yml b/.drone.yml index d83a104..30fdf62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,5 +18,5 @@ steps: hosts: ["schemas.ndumas.com"] source: /drone/src/ target: /var/www/schemas.ndumas.com/ - include: - - "**.schema.json" + include: ["*.schema.json"] + exclude: ["**.*"]