fix(secrets): add secrets-updatekeys-prod target, use --input-type dotenv

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-27 07:40:03 +01:00
parent dc2428eea4
commit 36bd815525
2 changed files with 7 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ echo " 2. Add the server age key to .sops.yaml (comma-separated):"
echo " age: <your-dev-key>,${AGE_PUB}"
echo ""
echo " 3. Re-encrypt and push:"
echo " sops updatekeys .env.prod.sops"
echo " make secrets-updatekeys-prod"
echo " git add .sops.yaml .env.prod.sops"
echo " git commit -m 'chore: add server age key'"
echo " git push"