From 5f1bc452ac75a4013ecd9bdbac5d4811eb301191 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sun, 21 May 2023 15:49:31 -0400 Subject: [PATCH] other other way around should do it --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ["**.*"]