fix: incorrect rsync usage in deploy script
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* resulting in missing stylesheet..like it was my first time with rsync
This commit is contained in:
parent
94ca2dafa5
commit
3f9133d39d
2
deploy
2
deploy
@ -6,7 +6,7 @@ PUBDIR=tew_0x00public/
|
||||
|
||||
mkdir -pv public
|
||||
cp -v index.html ./public
|
||||
rsync -v ./css ./public
|
||||
rsync -av ./css ./public
|
||||
|
||||
if [ $USER = $USR ]; then
|
||||
rsync -av --delete public/ ~/${PUBDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user