From f685c3372789e7401c3dafe157f491d9b59106a5 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sun, 21 May 2023 15:42:55 -0400 Subject: [PATCH] still haven't read the rsync docs --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c194dde..d83a104 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,4 +18,5 @@ steps: hosts: ["schemas.ndumas.com"] source: /drone/src/ target: /var/www/schemas.ndumas.com/ - exclude: ["*.git*", "*.drone.yml*"] + include: + - "**.schema.json"