From 14768c2e8f7ed19dc28f14295cec7e26a93e800b Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Thu, 2 Feb 2023 23:24:49 +0000 Subject: [PATCH] Slashes matter to rsync. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 766088e..1618650 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,5 +21,5 @@ steps: recursive: true hosts: ["blog.ndumas.com"] source: ./public/ - target: /var/www/blog.ndumas.com + target: /var/www/blog.ndumas.com/ include: ["*"]