diff options
author | JJ <nicetry@noemail.com> | 2025-03-21 13:50:06 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-21 13:50:06 +0000 |
commit | a35f85b60051b3bd4a1fe056758d4df760ef7453 (patch) | |
tree | 68f3e7c56aa789e6e2c822c37d63ee8eca358f07 /deploy-jezl.sh |
first commit
Diffstat (limited to 'deploy-jezl.sh')
-rwxr-xr-x | deploy-jezl.sh | 4 |
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 |