Use single data mount for deploy, remove legacy jukebox sounds path
All checks were successful
Build & Deploy / build (push) Successful in 38s
Build & Deploy / deploy (push) Successful in 6s
Build & Deploy / bump-version (push) Successful in 3s

Sounds now live in /mnt/cache/appdata/gaming-hub/data/sounds/
directly — no separate mount needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-11 11:28:37 +01:00
parent 8a7f9fd93f
commit aa7ce227b0

View file

@ -117,7 +117,6 @@ jobs:
-e DISCORD_CLIENT_ID="${{ secrets.DISCORD_CLIENT_ID }}" \
-e DISCORD_CLIENT_SECRET="${{ secrets.DISCORD_CLIENT_SECRET }}" \
-v /mnt/cache/appdata/gaming-hub/data:/data:rw \
-v /mnt/cache/appdata/dockge/container/jukebox/sounds/:/data/sounds:rw \
"$DEPLOY_IMAGE"
docker ps --filter name="$CONTAINER_NAME"