aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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