diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-04 15:34:38 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-12-04 15:49:35 +0100 |
commit | 33f81148be6699fe05760793784b5bab36245481 (patch) | |
tree | b6318866a85a7ee2475dc3d260e2a4ccf8935db6 /Makefile | |
parent | 9b77ec15e5beeff3f57f845be883416d2a68b84d (diff) |
Change files reference to static
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) # |