From 6a623208c868c83478c78a028643192f06548e60 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 29 Nov 2022 16:32:25 -0500 Subject: [PATCH] update drone conditional for git --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index a7e2cd7..0fc4029 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,14 +108,9 @@ steps: # update www-data branch with fresh drone ci Jekyll _site build - git clone https://git.sharpetronics.com/sharpetronics/sharpetronics.com.git - cd sharpetronics.com/ - - git branch www-data - git checkout www-data - cp -R ../_site/* . - - ls . - - git status - git add * - - git add -f uploads/ - - git remote get-url origin - git commit -m "SharpeTronics bots bee ring bots! A drone CD www-data sync" - git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git origin www-data