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