feat(deploy): aktivera dedikerad Cibello-Gemini-nyckel + SMTP, ersätt /openclaw-referens

This commit is contained in:
Sven (AAMOS AI)
2026-08-12 20:07:32 +07:00
parent dee687c031
commit 716e768cd0
2 changed files with 24 additions and 15 deletions
@@ -9,7 +9,7 @@
* - Rapporterar yield, täckningsmatris, dedup-statistik, kostnad.
*
* Körning:
* GEMINI_API_KEY=$(aws ssm get-parameter --name "/openclaw/GEMINI_API_KEY" ...) \
* GEMINI_API_KEY=$(aws ssm get-parameter --name "/cibello/prod/gemini-api-key" --with-decryption --query Parameter.Value --output text) \
* DATABASE_URL=... \
* pnpm tsx packages/recipe-generation/scripts/scale-batch.ts
*/