From 15b7102d5c392c38a483997e02339cf824d0d88d Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 29 Nov 2022 17:14:18 -0500 Subject: [PATCH] debugging .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 956e975..c832731 100644 --- a/.drone.yml +++ b/.drone.yml @@ -115,12 +115,12 @@ steps: # copy all the files from the finished previous build ../site - cp -R ../_site/* . # display files being pushed to www-data - - ls -a . + - ls -a # add changes from all tracked and untracked files - git add -A - git commit -m "SharpeTronics bots bee-ring bots!" # push fresh _site only www-data to remote git.sharpetronics.com - - git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git origin www-data + - git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git # sync files to remote server [local _site ] to [remote www edge] while preserving permissions. - chmod -R 775 ../_site