From e80f58116a9ecd67b2febe06778c624fd42ed1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 18 Jan 2021 12:52:27 +0100 Subject: Restart repo from scratch --- deploy | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 deploy (limited to 'deploy') 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 -- cgit v1.2.3