bilhej/.forgejo
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
..
workflows Fix deploy .env writing when secrets contain dollar signs. 2026-05-21 16:17:36 +02:00