updated deploy script with awesome future-proofness
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8b86e7a6da
commit
106df3879c
3
deploy
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
|
||||
|
Loading…
Reference in New Issue
Block a user