Skip to content

Commit

Permalink
Fixed command to generate initial secret (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamseb authored Oct 30, 2024
1 parent 5868c99 commit 4160beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To generate the required secrets and keys use the following commands.
$ docker run -it ghcr.io/mastodon/mastodon:latest sh
# Generate SECRET_KEY_BASE
$ bundle exec rake secret
$ bundle exec rails secret
758a3b431265776b9ab55910890162bb84aec0617724ca611475c3a774965f2d0aca183091d3c1a84ff3640cf7cc438c559034a2735253ee895b7a2308ac450c
# Generate OTP_SECRET
Expand Down Expand Up @@ -165,4 +165,4 @@ docker pull --platform linux/amd64 ghcr.io/mastodon/mastodon-streaming:${MASTODO
docker image tag ghcr.io/mastodon/mastodon-streaming:${MASTODON_VERSION} public.ecr.aws/h6i3a8b9/mastodon-streaming:${MASTODON_VERSION}
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/h6i3a8b9
docker push public.ecr.aws/h6i3a8b9/mastodon-streaming:${MASTODON_VERSION}
```
```

0 comments on commit 4160beb

Please sign in to comment.