debugging .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oDinZu 2022-11-29 17:14:18 -05:00
parent 657bda034d
commit 15b7102d5c

View File

@ -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