remove old setup script
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-06-09 06:18:34 +02:00
parent c2df07e146
commit c05f3c615a
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