modified deploy script to reflect use of css
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-03-23 05:05:21 +01:00
parent 952aa94f6b
commit 94ca2dafa5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

1
deploy

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