From 12e4f962c56f20181ce31b5e16b3cec058582749 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 29 Nov 2022 16:20:18 -0500 Subject: [PATCH] update drone conditional for git --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9eac9a6..a7e2cd7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -112,8 +112,9 @@ steps: - git checkout www-data - cp -R ../_site/* . - ls . + - git status - git add * - - git add -f uploads + - 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