From 395413e6c668a3a7434388e78a255ea6e3dd5adb Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sat, 2 Apr 2022 23:16:37 +0200 Subject: [PATCH] Makefile: fix broken upload of tags pages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b13068..cf36394 100644 --- a/Makefile +++ b/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