Add scripts

This commit is contained in:
Lassi Kortela 2022-08-03 23:40:50 +03:00
commit 2c567fc94d
2 changed files with 11 additions and 0 deletions

5
scripts/build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
set -x
pandoc -o www/index.html README.md

6
scripts/upload.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -eu
cd "$(dirname "$0")"/..
set -x
scripts/build.sh
rsync -vcr --delete www/ alpha.servers.scheme.org:/production/groups/www/objects/