feat(deployment): add manual deploy workflow and update semaphore configuration

This commit is contained in:
2025-11-02 20:53:10 +01:00
parent a5cd49bde7
commit 516b7a847a
4 changed files with 460 additions and 6 deletions

View File

View File

@@ -12,7 +12,6 @@ http:
semaphore:
loadBalancer:
# Use localhost port binding since Semaphore binds to 127.0.0.1
# Check actual port with: docker ps | grep semaphore
# Default is 3001, but may be 9300 if SEMAPHORE_PORT env var is set differently
# Port is configured via SEMAPHORE_PORT in .env (currently 9300)
servers:
- url: http://127.0.0.1:3001
- url: http://127.0.0.1:9300