Makefile: fix broken upload of tags pages
This commit is contained in:
parent
b6448c6a72
commit
395413e6c6
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ SSH_TARGET_DIR=/var/www/recipes.ullmann.space/htdocs
|
|||
|
||||
ssh_upload:
|
||||
hugo
|
||||
rsync --delete -r --cvs-exclude --info=progress2 --rsync-path="sudo rsync" $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)/
|
||||
rsync --delete -r --info=progress2 --rsync-path="sudo rsync" $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)/
|
||||
|
||||
server:
|
||||
hugo server -D
|
||||
|
|
Loading…
Reference in New Issue