updated deploy script - finally a sane deployer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ed4d38d3e2
commit
20d4b4e753
4
deploy
4
deploy
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user