update CI for docker-web 25.11 & hide player history
All checks were successful
Deploy App / build (push) Successful in 3m9s
Deploy App / deploy (push) Successful in 19s

This commit is contained in:
valere
2025-11-23 20:55:06 +01:00
parent 90cbc0be18
commit b2b3b69561
2 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Prepare and build app
run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}"
APP_DIR="/var/docker-web/store/${REPO_NAME}"
APP_DIR="/var/docker-web/apps/${REPO_NAME}"
bash /var/docker-web/src/cli.sh down "${REPO_NAME}"
rm -rf "$APP_DIR"
mkdir "$APP_DIR"