From 8d3a43f3e6bc94848829eacd0e538de85618286a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 15:51:56 +0200 Subject: Added data compressing when deploying --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1983f7..bb971e7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ dev: openring deploy: openring hugo - rsync -a --delete public/ root@165.22.87.180:/var/www/html/mitjafelicijan.com/ + rsync -az --delete public/ root@165.22.87.180:/var/www/html/mitjafelicijan.com/ ssh root@165.22.87.180 chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf openring: -- cgit v1.2.3