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