From 9a7fea6f8893afcab570f6641894868e010007c2 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 10 Feb 2024 17:47:00 +0000 Subject: Fix deploy target --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2