From 33f81148be6699fe05760793784b5bab36245481 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 4 Dec 2020 15:34:38 +0100 Subject: Change files reference to static --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eae2e09..cbb453d 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,9 @@ publish: rsync_upload: publish rsync -e "ssh -p $(SSH_PORT)" -P -rvz --delete $(OUTPUTDIR) $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) +sync: publish + swift upload --changed --object-name . blog output + #dropbox_upload: publish # cp -r $(OUTPUTDIR)/* $(DROPBOX_DIR) # -- cgit v1.2.3