sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit dbbe363116f081dbd8f1c113439eeb3e949f8a1a
parent 22c4f3e4220bf6c71c54f9e2f23d90a53a818b53
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat, 21 Oct 2023 11:14:32 +0200

Fixed makefile username for ssh

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -DEST="tronto.net:/var/www/htdocs/sebastiano.tronto.net" +DEST="sebastiano@tronto.net:/var/www/htdocs/sebastiano.tronto.net" RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) all: clean