diff --git a/README.md b/README.md index 1585553..e900603 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ the [`abra.sh`](./abra.sh) for more. 1. `abra app secret insert smtp_password v1 ` 1. `abra app config ` (uncomment SMTP details) 1. `abra app deploy ` -1. `abra app cmd 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)): diff --git a/abra.sh b/abra.sh index 6269194..89a2f67 100644 --- a/abra.sh +++ b/abra.sh @@ -66,12 +66,6 @@ shell() { bash $@ } -setup() { - environment - - RAILS_ENV=production bundle exec rake db:setup -} - secrets() { set -e