mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

みなさんbundle exec rake secretするとエラー出ますかね

@Naf v1.4.2をmergeしたアプリではちゃんとsecret作ってくれるようです

$ heroku run rake secret -a zundan-mastodon
Running rake secret on ⬢ zundan-mastodon... up, run.7882 (Hobby)
cf81835ef68a9ecde1b54f3badb4670ecc2fac5e2e90298d0c1404fbfb71117b54e55c12297d0e9853d528e1719d6890218d26905e3ca4d47cfb78eab69f4381

@zundan teratail.com/questions/77058
これと同じ症状なんですよね…Hostdonでもこれ出て少し萎えてる…

zunda

@Naf RAILS_ENVがproductionにそろってないと出るみたいです。詳細よくわかってませんがw https://mastodon.zunda.ninja/users/zundan/updates/1170

@zundan export RAILS_ENV=productionやってから実行したら出来ました。ありがとうございます。