aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-20 19:02:55 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-20 19:02:55 +0100
commitd3b9d358e474dc1edb7fa7c04e3a097bca01bb38 (patch)
tree81912f68d58a8da4b7cd875a602ff7d6ec7ef0ec
parentf352485329b88c7c2c5c9a94634de8c143e1605c (diff)
downloadsebastiano.tronto.net-d3b9d358e474dc1edb7fa7c04e3a097bca01bb38.tar.gz
sebastiano.tronto.net-d3b9d358e474dc1edb7fa7c04e3a097bca01bb38.zip
Small fix + added gitignore
-rw-r--r--.gitignore1
-rw-r--r--Makefile3
2 files changed, 3 insertions, 1 deletions
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
2 ./build.sh 2 ./build.sh
3 3
4clean: 4clean:
5 mkdir -p http
5 rm -r http 6 rm -r http
6 7
7deploy: 8deploy: all
8 rsync -rv --delete --rsync-path=openrsync \ 9 rsync -rv --delete --rsync-path=openrsync \
9 http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net 10 http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net
10 11

Generated with cgit - Back to sebastiano.tronto.net