From fe52d5e664cfccb31f624f527046a07eb256c419 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 31 Jan 2022 16:56:20 +0100 Subject: [PATCH] new: [build] basic build and deploy script added --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..85903e9 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +hugo +rsync --include ".*" -v -rz --checksum public/ circl@cppz.circl.lu:/var/www/misp-project.org