fix: incorrect rsync usage in deploy script
All checks were successful
continuous-integration/drone/push Build is passing

* resulting in missing stylesheet..like it was my first time with rsync
This commit is contained in:
surtur 2020-03-23 05:08:56 +01:00
parent 94ca2dafa5
commit 3f9133d39d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
deploy

@ -6,7 +6,7 @@ PUBDIR=tew_0x00public/
mkdir -pv public
cp -v index.html ./public
rsync -v ./css ./public
rsync -av ./css ./public
if [ $USER = $USR ]; then
rsync -av --delete public/ ~/${PUBDIR}