summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 954e706..c396239 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,11 @@
.PHONY: deploy
deploy: index.html
- rsync -avzP --delete index.html ilvokhin.com:/srv/http/ilvokhin.com
- ssh ilvokhin.com -- sudo chown -R http:http /srv/http/ilvokhin.com
+ rsync \
+ --recursive \
+ --compress \
+ --links \
+ --progress \
+ --delete \
+ index.html \
+ ilvokhin.com:/srv/http/ilvokhin.com