debugging .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oDinZu 2022-11-29 17:08:29 -05:00
parent a164d90af7
commit 657bda034d

View File

@ -110,7 +110,8 @@ steps:
- cd sharpetronics.com/
- git checkout www-data
# remove all build files and keep only _site directory
- rm -rfv .
- ls -a
- rm -rfv *
# copy all the files from the finished previous build ../site
- cp -R ../_site/* .
# display files being pushed to www-data