fix: normalize Resend API key configuration
All checks were successful
deploy-socialize / image (push) Successful in 57s
deploy-socialize / deploy (push) Successful in 23s

This commit is contained in:
2026-05-06 15:36:49 -04:00
parent 1ae3188d34
commit 7a862a202a
2 changed files with 22 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ http://<this-machine-lan-ip>:8080
For preprod deployment, configure the `POSTGRES_PASSWORD`, `RESEND_API_KEY`,
`RESEND_FROM_EMAIL`, and `JWT_SIGNING_KEY` Gitea secrets.
The deploy workflow writes the remote `.env` file before running the server deploy script.
Use the raw Resend API key value for `RESEND_API_KEY`, without a `Bearer ` prefix.
## Solution