Add dev branch deployment support
All checks were successful
Build & Deploy OS League Tools / build-and-deploy (push) Successful in 36s

This commit is contained in:
2026-01-17 01:00:47 +00:00
parent 5942e80ebf
commit 85b4ebb6c4
4 changed files with 57 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ Environment="PORT=3000"
# Environment="REACT_APP_RELDO_URL=http://localhost:8080"
# Start the application (serves the pre-built static files)
ExecStart=/usr/bin/serve -s build -l 3000
ExecStart=/usr/bin/serve -s build -l tcp://0.0.0.0:3000
# Restart policy
Restart=on-failure