add command to generate activerecord secrets
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Benjamin Lyng Jørgensen 2025-04-19 06:37:20 +02:00
parent 7bb4a5d2e4
commit 1547cddb7c

View File

@ -22,6 +22,7 @@ the [`abra.sh`](./abra.sh) for more.
1. `abra app new mastodon`
1. `abra app cmd --local <domain> secrets`
1. `abra app cmd --local <domain> secrets_activerecord`
1. `abra app secret insert <domain> smtp_password v1 <password>`
1. `abra app config <domain>` (uncomment SMTP details)
1. `abra app deploy <domain>`