Configure hidden auth
This commit is contained in:
parent
483403522d
commit
038a0347b4
1 changed files with 1 additions and 1 deletions
2
deploy
2
deploy
|
@ -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/
|
Loading…
Reference in a new issue