diff options
author | JJ <nicetry@noemail.com> | 2025-03-21 14:22:11 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-21 14:22:11 +0000 |
commit | c92c00885429edd3be2f0d2a96d87b6d4ef2e61b (patch) | |
tree | e130d42764e4893b5eceaf9159e8aa3d2b5f72d6 /deploy-jezl.sh | |
parent | 4d01191d9639d20ede3c69429c69d86304c2db1f (diff) |
remove cached
Diffstat (limited to 'deploy-jezl.sh')
-rwxr-xr-x | deploy-jezl.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 |