diff options
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 |