aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-21 10:29:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-21 10:29:34 +0200
commit7994149d79852571535d15f5ea7041ef76dd4b90 (patch)
tree40e9d8eed4a0fccab536f98c3cff2385dd7dcee9 /Makefile
parenta9f3c8acf55984553e13e3343003717eaf1abc96 (diff)
downloadsebastiano.tronto.net-7994149d79852571535d15f5ea7041ef76dd4b90.tar.gz
sebastiano.tronto.net-7994149d79852571535d15f5ea7041ef76dd4b90.zip
Added first blog post + makefile change to support local openrsync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b14b77f..06441fc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
1DEST="tronto.net:/var/www/htdocs/sebastiano.tronto.net"
2
1all: clean 3all: clean
2 ./build.sh 4 ./build.sh
3 5
@@ -6,7 +8,7 @@ clean:
6 rm -r http 8 rm -r http
7 9
8deploy: all 10deploy: all
9 rsync -rv --delete --rsync-path=openrsync \ 11 rsync -rv --delete --rsync-path=openrsync http/ ${DEST} || \
10 http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net 12 openrsync -rv --delete --rsync-path=openrsync http/ ${DEST}
11 13
12.PHONY: all clean deploy 14.PHONY: all clean deploy

Generated with cgit - Back to sebastiano.tronto.net