Merge pull request 'remove old setup script' (#17) from benjaminlyng/mastodon:chore/remove_old_setup_script into main
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #17
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
This commit is contained in:
3wordchant 2025-06-09 10:31:07 +00:00
commit 52a0626ec8
2 changed files with 0 additions and 7 deletions

View File

@ -26,7 +26,6 @@ the [`abra.sh`](./abra.sh) for more.
1. `abra app secret insert <domain> smtp_password v1 <password>`
1. `abra app config <domain>` (uncomment SMTP details)
1. `abra app deploy <domain>`
1. `abra app cmd <domain> streaming setup`
Then, on your host (outside of the containers), you'll need to fix permissions
for the volume (see [#10](https://git.coopcloud.tech/coop-cloud/mastodon/issues/10)):

View File

@ -66,12 +66,6 @@ shell() {
bash $@
}
setup() {
environment
RAILS_ENV=production bundle exec rake db:setup
}
secrets() {
set -e