From a35f85b60051b3bd4a1fe056758d4df760ef7453 Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 21 Mar 2025 13:50:06 +0000 Subject: first commit --- deploy-jezl.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 deploy-jezl.sh (limited to 'deploy-jezl.sh') diff --git a/deploy-jezl.sh b/deploy-jezl.sh new file mode 100755 index 0000000..307c8ff --- /dev/null +++ b/deploy-jezl.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +python3 chess-stats.py && cp ./chessdata.json ~/websites/jezl/data/chess/ && cd ~/websites/jezl/ && hugo && rsync -avz public/ jezl-root:/var/www/jezl.xyz +exit 0 -- cgit v1.2.3