fix site not getting deployed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-03-25 23:07:18 +01:00
parent 106df3879c
commit 967442dff6
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

1
deploy

@ -4,6 +4,7 @@ USR=dotyaoverlord
HOST=dotya.ml HOST=dotya.ml
PUBDIR=tew_0x00public/ PUBDIR=tew_0x00public/
rm -rfv ./public
mkdir -pv public mkdir -pv public
rsync -av index.html ./public rsync -av index.html ./public
rsync -av ./pages ./public rsync -av ./pages ./public