chore: source compose database password from secrets
Some checks failed
deploy-socialize / image (push) Successful in 30s
deploy-socialize / deploy (push) Failing after 6s

This commit is contained in:
2026-05-06 15:05:10 -04:00
parent d2d3bee975
commit 0a6d730ca0
4 changed files with 24 additions and 5 deletions

View File

@@ -76,6 +76,9 @@ http://localhost:8080
http://<this-machine-lan-ip>:8080
```
For preprod deployment, configure the `POSTGRES_PASSWORD` Gitea secret.
The deploy workflow writes the remote `.env` file before running the server deploy script.
## Solution
```bash