diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-06 15:34:55 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-06 15:34:55 +0100 |
commit | 536bb26052fa4ada16d9d09a6cc140a4d3293af8 (patch) | |
tree | bfbe7029b4c4c2878704e2d15a379c38c574012e /Makefile | |
parent | 33f81148be6699fe05760793784b5bab36245481 (diff) |
New article on graphviz in the browser
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |