From 9d0b46888ffae7180c960f01420e8e3b0a40935d Mon Sep 17 00:00:00 2001 From: Yann Verry Date: Wed, 26 Oct 2022 23:37:29 +0200 Subject: [PATCH] wildcard --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e119ad9..2ea230a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: image: appleboy/drone-scp settings: host: peach.internal.verry.org - source: ./public/ + source: ./public/* target: ./public username: yann-blog recursive: true