From c05f3c615a25cc704f980f1f12602db979c3c8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Lyng=20J=C3=B8rgensen?= Date: Mon, 9 Jun 2025 06:18:34 +0200 Subject: [PATCH] remove old setup script --- README.md | 1 - abra.sh | 6 ------ 2 files changed, 7 deletions(-) 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