commit d3b9d358e474dc1edb7fa7c04e3a097bca01bb38
parent f352485329b88c7c2c5c9a94634de8c143e1605c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Sun, 20 Feb 2022 19:02:55 +0100
Small fix + added gitignore
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+http
diff --git a/Makefile b/Makefile
@@ -2,9 +2,10 @@ all: clean
./build.sh
clean:
+ mkdir -p http
rm -r http
-deploy:
+deploy: all
rsync -rv --delete --rsync-path=openrsync \
http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net