diff options
-rw-r--r-- | Constants.py | 2 | ||||
-rwxr-xr-x | deploy-jezl.sh | 4 |
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 |