From: Pieter De Praetere Date: Fri, 29 Jan 2021 22:16:39 +0000 (+0100) Subject: Add update script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54a704d184fe69d3d1a6f9a5146ea4bba605da3f;p=stands-website.git Add update script --- diff --git a/scripts/update.sh b/scripts/update.sh new file mode 100644 index 0000000..6e9c9b8 --- /dev/null +++ b/scripts/update.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cd /var/opt/app/fosdem_submission/html/stands-website + +git pull origin master + +git submodule init +git submodule update + +hugo + +exit 0 \ No newline at end of file