Configure hidden auth

This commit is contained in:
this.ven 2024-04-01 14:57:43 +02:00
parent 483403522d
commit 038a0347b4

2
deploy
View file

@ -8,4 +8,4 @@ SRC=public
# The host uberspace needs to be setup in ~/.ssh/config
DST="uberspace:~/this.ven.uber.space"
hugo --cleanDestinationDir && rsync -avz --delete --exclude='.*' $SRC/ $DST/
hugo --cleanDestinationDir && rsync -avz --delete $SRC/ $DST/