summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync.sh b/sync.sh
new file mode 100755
index 0000000..a161596
--- /dev/null
+++ b/sync.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cp templates/index.html templates/page.html
+
+python build.py
+rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -vz -e ssh ./html/ oracle:/srv/davidovski/html
+