summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2014-11-30 09:51:22 -0800
committerFranck Cuny <franckcuny@gmail.com>2014-11-30 09:51:22 -0800
commit18416de22e57f7a125eb0b49a8cbb7774d2ed0ff (patch)
tree57375eb0519c605a080ef96f2f4b0fd65656dda4 /Makefile
parentexclude a bunch of files (diff)
downloadlumberjaph-18416de22e57f7a125eb0b49a8cbb7774d2ed0ff.tar.gz
update rsync command for publishing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc2ae1c..5e46eb4 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ server: clean
bundle exec jekyll server --port 3001 --watch --drafts
publish: build images
- rsync -chavzOP --stats _site/ 104.236.175.223:/srv/www/lumberjaph.net/
+ rsync -avz --delete _site/ lumberjaph.net:/srv/www/lumberjaph.net/
deps:
bundle install --path vendor/bundle