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"

View File

@@ -5,9 +5,6 @@
aria-label="close the box">
close
</button>
<div class="fixed bg-black text-white p-2 z-50">
{{ playerStore.history }}
</div>
<div ref="deck" class="deck flex flex-wrap justify-center gap-4" :class="{ 'pb-36': playerStore.currentTrack }">
<card v-for="(track, i) in tracks" :key="track.id" :track="track" tabindex="i"
:is-face-up="isCardRevealed(track.id)" />