From 657bda034dad0323e41dab60e2dd9254b5cf537a Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 29 Nov 2022 17:08:29 -0500 Subject: [PATCH] debugging .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index be49cbd..956e975 100644 --- a/.drone.yml +++ b/.drone.yml @@ -110,7 +110,8 @@ steps: - cd sharpetronics.com/ - git checkout www-data # remove all build files and keep only _site directory - - rm -rfv . + - ls -a + - rm -rfv * # copy all the files from the finished previous build ../site - cp -R ../_site/* . # display files being pushed to www-data