From b0a90b835eb7905e17be0539077cc2b6670408aa Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sun, 21 May 2023 15:40:17 -0400 Subject: [PATCH] is it this simple? --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ade5fd7..a8a1101 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,5 +18,4 @@ steps: hosts: ["schemas.ndumas.com"] source: /drone/src/ target: /var/www/schemas.ndumas.com/ - include: ["*"] - exclude: ["*.git*", "*.drone.yml*"] + include: ["*.schema.json"]