From 383a598fc7931beb67304b45228a0a6c657289a4 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Thu, 7 Aug 2025 10:57:02 +0000 Subject: [PATCH] Move drone to new target location --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2cb448c..0430026 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: port: 22 args: '-6u --delete-after' source: public/ - target: /var/www/ipng.ch/ + target: /nginx/sites/ipng.ch/ recursive: true secrets: [ drone_sshkey ]