From 536bb26052fa4ada16d9d09a6cc140a4d3293af8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 6 Dec 2020 15:34:55 +0100 Subject: New article on graphviz in the browser --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbb453d..8ce88c8 100644 --- a/Makefile +++ b/Makefile @@ -66,11 +66,11 @@ publish: #ssh_upload: publish # scp -P $(SSH_PORT) -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) -rsync_upload: publish +sync: 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 +#sync: publish +# swift upload --changed --object-name . blog output #dropbox_upload: publish # cp -r $(OUTPUTDIR)/* $(DROPBOX_DIR) -- cgit v1.2.3