From f993212fa19947732f15b0b004739bf1a0c7154f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 10 Dec 2022 03:08:09 +0100 Subject: Added a domain to the rsync instead of IP --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d662747..dda5868 100755 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ tailwind-build: deploy: openring tailwind-build hugo --gc --minify - 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 + rsync -az --delete public/ root@mitjafelicijan.com:/var/www/html/mitjafelicijan.com/ + ssh root@mitjafelicijan.com chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf openring: openring -l 165 -n 6 -p 1 \ -- cgit v1.2.3