updated deploy script with awesome future-proofness
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-03-25 23:04:20 +01:00
parent 8b86e7a6da
commit 106df3879c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

3
deploy

@ -5,7 +5,8 @@ HOST=dotya.ml
PUBDIR=tew_0x00public/
mkdir -pv public
cp -v index.html ./public
rsync -av index.html ./public
rsync -av ./pages ./public
rsync -av ./css ./public
if [ $USER = $USR ]; then