From 75737c44692f7fc31f72b06246b4da4caa95e261 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 14 Dec 2023 01:03:36 +0100 Subject: Makefile: fix the rsynced dir name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e49ea6..317cbda 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ $(eval $(call noexpand,REMOTE_DIR)) .PHONY: deploy deploy: - rsync -avh -e 'ssh -p $(call escape,$(REMOTE_PORT)) -o StrictHostKeyChecking=no' _site/ '$(call escape,$(REMOTE_USER)@$(REMOTE_HOST):$(REMOTE_DIR)/)' --delete + rsync -avh -e 'ssh -p $(call escape,$(REMOTE_PORT)) -o StrictHostKeyChecking=no' build/ '$(call escape,$(REMOTE_USER)@$(REMOTE_HOST):$(REMOTE_DIR)/)' --delete -- cgit v1.2.3