Remove group management
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-16 13:43:31 +02:00
parent 5b82a24ac4
commit 58a2dedc03
15 changed files with 358 additions and 588 deletions
+4 -4
View File
@@ -80,9 +80,9 @@ jobs:
- name: Run tests
run: .venv-ci/bin/python -m unittest discover -s tests -t . --verbose
# .venv, members.json and .env are excluded, so the runtime, the
# stereo pair's learned membership, and Spotify's credentials survive
# --delete untouched.
# .venv, .env and config.json are excluded, so the
# runtime, the stereo pair's learned membership, Spotify's
# credentials, and your rooms/ports survive --delete untouched.
- name: Deploy to production
run: |
rsync -azc --no-times --delete \
@@ -90,8 +90,8 @@ jobs:
--exclude "/.gitea/" \
--exclude "/.venv/" \
--exclude "/.venv-ci/" \
--exclude "/members.json" \
--exclude "/.env" \
--exclude "/config.json" \
--exclude "__pycache__/" \
./ "$DEPLOY_PATH/"