aboutsummaryrefslogtreecommitdiff
path: root/deploy-jezl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy-jezl.sh')
-rwxr-xr-xdeploy-jezl.sh4
1 files changed, 4 insertions, 0 deletions
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