Add spotify integration
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-15 22:07:43 +02:00
parent 6a0f1fa5e8
commit 7c19ff9096
17 changed files with 810 additions and 44 deletions
+4 -2
View File
@@ -80,8 +80,9 @@ jobs:
- name: Run tests
run: .venv-ci/bin/python -m unittest discover -s tests -t . --verbose
# .venv and members.json are excluded, so the runtime and the stereo
# pair's learned membership survive --delete untouched.
# .venv, members.json and .env are excluded, so the runtime, the
# stereo pair's learned membership, and Spotify's credentials survive
# --delete untouched.
- name: Deploy to production
run: |
rsync -azc --no-times --delete \
@@ -90,6 +91,7 @@ jobs:
--exclude "/.venv/" \
--exclude "/.venv-ci/" \
--exclude "/members.json" \
--exclude "/.env" \
--exclude "__pycache__/" \
./ "$DEPLOY_PATH/"