test runner services
Some checks failed
Build & Deploy / build (push) Failing after 2s
Build & Deploy / deploy (push) Has been skipped
CI / test-and-build (push) Successful in 1m36s

This commit is contained in:
djoser
2026-07-27 13:25:25 +00:00
parent 9c99027ea6
commit c202734a8c
4 changed files with 57 additions and 3 deletions

View File

@@ -9,5 +9,6 @@ WEBHOOK_SECRET=
REPO_DIR=/home/djoser/webgpu-portfolio
# Bind address and port for the webhook listener
LISTEN_HOST=0.0.0.0
# Must be 127.0.0.1 — the webhook is served through system nginx proxy
LISTEN_HOST=127.0.0.1
LISTEN_PORT=9000