From c79526cf08fdbd1dcd44162c2e67e403bd99246e Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 05:50:11 -0400 Subject: [PATCH] Remove dist folder but copy contents --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 496ad1c..42ee944 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,4 +16,5 @@ steps: from_secret: ssh_password port: 22 target: /home/thomas/wwwtest - source: ./dist \ No newline at end of file + source: ./dist + strip_components: 1 \ No newline at end of file