summaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-01-18 12:52:27 +0100
committerRomain Gonçalves <me@rgoncalves.se>2021-01-18 12:52:27 +0100
commite80f58116a9ecd67b2febe06778c624fd42ed1c6 (patch)
tree7200fc2c0da09bd7386bc74c2a538ac5bebd37e3 /deploy
downloadold-website-e80f58116a9ecd67b2febe06778c624fd42ed1c6.tar.gz
Restart repo from scratch
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.