summaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rwxr-xr-xdeploy9
1 files changed, 9 insertions, 0 deletions
diff --git a/deploy b/deploy
new file mode 100755
index 0000000..94351c9
--- /dev/null
+++ b/deploy
@@ -0,0 +1,9 @@
+#!/bin/bash
+#
+
+set -e
+
+zola build
+rsync -r $(pwd)/public/ puffy@dcontroller:/var/www/htdocs/rgoncalves.se
+rsync -r $(pwd)/httpd.conf root@dcontroller:/etc/httpd.conf
+rm -r public
remember that computers suck.