From d3f0841cfdd229ff16b8a230117737a435fc7a56 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Aug 2026 16:58:07 +0200 Subject: Remove 'hosted at' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8914304..a28df8e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DEST="sebastiano@tronto.net:/var/www/htdocs/sebastiano.tronto.net" +DEST="sebastiano@new.tronto.net:/var/www/new.tronto.net" RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) all: clean @@ -11,6 +11,6 @@ clean: deploy: synchttp synchttp: - ${RSYNC} -rv --delete --rsync-path=openrsync http/ ${DEST} + ${RSYNC} -rv --delete http/ ${DEST} .PHONY: all clean deploy synchttp -- cgit v1.3