aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-21 14:22:11 +0000
committerJJ <nicetry@noemail.com>2025-03-21 14:22:11 +0000
commitc92c00885429edd3be2f0d2a96d87b6d4ef2e61b (patch)
treee130d42764e4893b5eceaf9159e8aa3d2b5f72d6
parent4d01191d9639d20ede3c69429c69d86304c2db1f (diff)
remove cached
-rw-r--r--Constants.py2
-rwxr-xr-xdeploy-jezl.sh4
2 files changed, 0 insertions, 6 deletions
diff --git a/Constants.py b/Constants.py
deleted file mode 100644
index 86c7081..0000000
--- a/Constants.py
+++ /dev/null
@@ -1,2 +0,0 @@
-KEY="lip_gyxlURgnCweO3xSt8MMB"
-URL="https://lichess.org/api/user/naivespin/rating-history"
diff --git a/deploy-jezl.sh b/deploy-jezl.sh
deleted file mode 100755
index 307c8ff..0000000
--- a/deploy-jezl.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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