Commit Graph

4 Commits

Author SHA1 Message Date
Mireya Cueto Garrido 63f2d07bb3 Fix public base path for Sinbad2 /deckofcars reverse proxy.
This aligns frontend build defaults and CI deploy variables with the real proxy mount so the app is served under /deckofcars/generadorexamenesllm instead of falling back to the Sinbad homepage.
2026-06-02 13:17:02 +02:00
Mireya Cueto Garrido eec534922a Fix GitLab CI YAML parsing for remote deploy block.
Replace the inline SSH command with a YAML-safe block scalar and heredoc so the pipeline parser accepts the script while keeping the same port-conflict handling logic.
2026-06-02 10:40:13 +02:00
Mireya Cueto Garrido b08fc94016 Fix GitLab deploy port conflicts on Sinbad2.
Parametrize compose published ports and add CI safeguards to detect and release occupied frontend/backend ports before docker compose up, preventing bind errors on 8075.
2026-06-02 10:37:13 +02:00
Mireya Cueto Garrido 7f32380e0a Adapt CI/CD and endpoint defaults for Sinbad2 production.
Configure GitLab deploy pipeline for this app and switch backend/frontend endpoint defaults from localhost to sinbad2.ujaen.es, including Docker, env files, API client, CORS, and docs.
2026-06-02 10:25:53 +02:00