From c92c00885429edd3be2f0d2a96d87b6d4ef2e61b Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 21 Mar 2025 14:22:11 +0000 Subject: remove cached --- Constants.py | 2 -- deploy-jezl.sh | 4 ---- 2 files changed, 6 deletions(-) delete mode 100644 Constants.py delete mode 100755 deploy-jezl.sh 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 -- cgit v1.2.3