Changing port
Deploy HEOS panel / deploy (push) Successful in 24s

This commit is contained in:
2026-09-15 00:46:41 +02:00
parent ce8596945e
commit d2d7677519
6 changed files with 124 additions and 71 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
env:
DEPLOY_PATH: /var/www/html/heos
SERVICE: heos-panel
PANEL_URL: http://127.0.0.1:5005/ # WEB_PORT in config.py
PANEL_URL: http://127.0.0.1:5443/ # WEB_PORT in config.py
steps:
- name: Checkout