aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-14 01:03:36 +0100
committerEgor Tensin <egor@tensin.name>2023-12-14 01:03:40 +0100
commit75737c44692f7fc31f72b06246b4da4caa95e261 (patch)
treee4122370ebf31893c1b0fa0b02260de758298508
parentGemfile: add x86_64-linux (diff)
downloadfucktipp.ing-75737c44692f7fc31f72b06246b4da4caa95e261.tar.gz
fucktipp.ing-75737c44692f7fc31f72b06246b4da4caa95e261.zip
Makefile: fix the rsynced dir name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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