summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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