bilhej/.forgejo/workflows
Joakim Mörling d652a5b862
All checks were successful
CI / Lint, type check, unit tests, coverage (push) Successful in 1m55s
CI / E2E browser tests (push) Successful in 48s
Fix deploy .env writing when secrets contain dollar signs.
Docker Compose interpolates $VAR in .env files. Passwords like ...$A72y...
were truncated and the backend failed health checks, triggering rollback.

- Escape $ as $$ when writing production secrets to .env
- Document that deploy handles literal $ in Forgejo secrets
2026-05-21 16:17:36 +02:00
..
ci.yml ci: fix coverage summary table — remove Status column and trailing empty cell 2026-05-19 20:40:26 +02:00
deploy.yml Fix deploy .env writing when secrets contain dollar signs. 2026-05-21 16:17:36 +02:00