summaryrefslogtreecommitdiff
path: root/blogit
diff options
context:
space:
mode:
authorFrançois-Xavier Carton <fx.carton91@gmail.com>2020-10-26 17:15:10 +0100
committerFrançois-Xavier Carton <fx.carton91@gmail.com>2020-10-26 17:15:10 +0100
commit70c5ec89d6e924cf9896809865f49a7ee839ab93 (patch)
treef7cf3a759dbdd73aa8c82ec9d4dbe8c061acb116 /blogit
parent69a492af19a01838fffb20e1f18a4af5b2b0a88c (diff)
Support custom rsync options
Diffstat (limited to 'blogit')
-rwxr-xr-xblogit2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogit b/blogit
index c3e4435..f5362c5 100755
--- a/blogit
+++ b/blogit
@@ -41,7 +41,7 @@ init:
build: blog/index.html tagpages $(patsubst articles/%,blog/%.html,$(ARTICLES))
deploy: build
- rsync -rLtvz blog/ data/ $(BLOG_REMOTE)
+ rsync -rLtvz $(BLOG_RSYNC_OPTS) blog/ data/ $(BLOG_REMOTE)
clean:
rm -rf blog tags