Files
RuvdsTest/.gitea
danamir 8c46ef1972
All checks were successful
CI/CD / build-test-deploy (pull_request) Successful in 4m43s
Wire JWT_SECRET/POSTGRES_PASSWORD through Gitea Actions secrets
The job checks out into the runner's own workspace, not
/opt/ruvdstests where DEPLOY.md has the human create a .env file — so
docker compose here had no .env to read JWT_SECRET from and failed
outright. POSTGRES_PASSWORD would have silently fallen back to the
compose file's devpassword default instead of erroring, which on
Deploy would have broken auth against the already-initialized pgdata
volume.
2026-08-09 01:04:13 +03:00
..