From b24be84f238329fba1899b681b0a975407b533b7 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 24 Jun 2024 16:23:39 -0400 Subject: [PATCH] Misspelled target directory --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index db553be..d1e3b19 100644 --- a/.drone.yml +++ b/.drone.yml @@ -80,7 +80,7 @@ steps: recursive: true hosts: ["blog.ndumas.com"] source: /drone/src/public/ - target: /var/www/drone.blog.ndumas.com/ + target: /var/www/drafts.blog.ndumas.com/ include: ["*"] branches: - dev