mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
fix: use FRONTEND_PORT env var for health check port
This commit is contained in:
2
.github/workflows/deploy-demo-server.yml
vendored
2
.github/workflows/deploy-demo-server.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} "
|
||||
chmod +x /tmp/pulse-new &&
|
||||
PULSE_DATA_DIR=/tmp/pulse-demo-test \
|
||||
PULSE_ADDR=127.0.0.1:8082 \
|
||||
FRONTEND_PORT=8082 \
|
||||
PULSE_MOCK_MODE=true \
|
||||
PULSE_AUTH_USER=test \
|
||||
PULSE_AUTH_PASS=test \
|
||||
|
||||
Reference in New Issue
Block a user