Makefile: fix broken upload of tags pages

This commit is contained in:
Rico Ullmann 2022-04-02 23:16:37 +02:00
parent b6448c6a72
commit 395413e6c6
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 1 additions and 1 deletions

View File

@ -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