Files
RuvdsTest/.gitea/workflows
danamir b7177c455e
All checks were successful
CI/CD / build-test-deploy (push) Successful in 29s
Fix CI/CD deploy targeting the wrong compose project
COMPOSE_PROJECT_NAME was "ruvdstests" but the live stack was actually
deployed under "ruvdstest" (no trailing s) — Compose treated it as an
unrelated project and spun up a whole second stack from scratch,
colliding with the real one's host port and aborting mid-deploy
instead of updating the running containers in place.
2026-08-09 01:29:10 +03:00
..