From 06bca3e3d0b3c44184bc18e1a0025adc479ea7ef Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sun, 21 May 2023 15:41:46 -0400 Subject: [PATCH] maybe it needs to be the other way around --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*"]