From d3b9d358e474dc1edb7fa7c04e3a097bca01bb38 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Feb 2022 19:02:55 +0100 Subject: Small fix + added gitignore --- .gitignore | 1 + Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e76d03 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +http diff --git a/Makefile b/Makefile index 9396cf6..b14b77f 100644 --- 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 -- cgit v1.3