summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-02-10 17:47:00 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-02-10 17:47:00 +0000
commit9a7fea6f8893afcab570f6641894868e010007c2 (patch)
tree95f14b0501fd6dd569f2d5f64a865c5de58e2013 /Makefile
parent9cebbd0676da36059fdd6404f23604d9209f1345 (diff)
downloadhome-9a7fea6f8893afcab570f6641894868e010007c2.tar.gz
home-9a7fea6f8893afcab570f6641894868e010007c2.tar.bz2
home-9a7fea6f8893afcab570f6641894868e010007c2.zip
Fix deploy target
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