From 6db4ad7b411b028e3e03ec38348dd863872262e3 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 17 May 2023 11:02:19 -0400 Subject: [PATCH] Future proofing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c5f3b2c..85d7872 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,4 +17,4 @@ steps: hosts: ["schemas.ndumas.com"] source: /drone/src/ target: /var/www/schemas.ndumas.com/ - include: ["*.schema.json"] + include: ["*"]