From 109a2f559b1a1bc4d0f489c45e385c452d1155d5 Mon Sep 17 00:00:00 2001 From: "Henner M. Kruse" Date: Sun, 31 May 2020 23:07:38 +0200 Subject: [PATCH] Added update script --- themes/latex | 2 +- update.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 update.sh diff --git a/themes/latex b/themes/latex index ab3486d..c0adb69 160000 --- a/themes/latex +++ b/themes/latex @@ -1 +1 @@ -Subproject commit ab3486d0e8f76fdc180753867e9476226e0e74ea +Subproject commit c0adb6963250b078dd1ea62a43fa07b6d720abea diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..4087974 --- /dev/null +++ b/update.sh @@ -0,0 +1,9 @@ +#!/bin env + +WEBSERVER='aquaria' + +source ./venv/activate +# Build +pelican +# And upload +scp -r output/* ${WEBSERVER}:~/web/