updated deploy script - finally a sane deployer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-26 00:06:15 +01:00
parent ed4d38d3e2
commit 20d4b4e753
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

4
deploy
View File

@ -6,9 +6,7 @@ PUBDIR=tew_0x00public/
rm -rfv ./public
mkdir -pv public
rsync -av index.html ./public
rsync -av ./pages ./public
rsync -av ./css ./public
rsync -av index.html prism.js pages css ./public
if [ $USER = $USR ]; then
rsync -av --delete public/ ~/${PUBDIR}