aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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