aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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