Releasesのlatestわね
$ git switch upstream/v3.5.3
デプロイするのにカレントブランチ変える必要ないんだけど一応。
よくみたら
fatal: invalid reference: upstream/v3.5.3
じゃないのよもー
heroku createの-rオプションでリモートに名前(今回はheroku-mastodon-353)を付けておいて
$ git push heroku-mastodon-353 v3.5.3:master
ですね
remote: Pushed to branch other than [main, master], skipping build.
あ、あれれ?
$ git push heroku-mastodon-353 v3.5.3:main
うーん
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: Pushed to branch other than [main, master], skipping build.
To https://git.heroku.com/zundan-mastodon-353.git
* [new tag] v3.5.3 -> main
へ
$ heroku plugins:install heroku-repo
$ heroku repo:reset
$ git checkout v3.5.3
$ git switch -c heroku-v353
Switched to a new branch 'heroku-v353'
$ git push heroku-mastodon-353 heroku-v353:main
タグじゃなくてブランチをpushしたらビルドが始まりました。そんな制限あったんだ。
remote: ! You are trying to install ruby-2.6.0 on heroku-20.
あーw
ふるいよー!!!!!ってw
remote: _ _ __ ___ ______ ____ _
remote: | | | | /_ |/ _ \ | ____/ __ \| |
remote: | |__ ___ _ __ ___ | | ___ _ ______| | (_) | | |__ | | | | |
remote: | '_ \ / _ \ '__/ _ \| |/ / | | |______| |> _ < | __|| | | | |
remote: | | | | __/ | | (_) | <| |_| | | | (_) | | |___| |__| | |____
remote: |_| |_|\___|_| \___/|_|\_\\__,_| |_|\___/ |______\____/|______|
remote:
remote: This app is using the Heroku-18 stack, which is deprecated:
remote: https://devcenter.heroku.com/changelog-items/2432
$ heroku config:set RAILS_LOG_LEVEL=debug
よいしょ。ストリーミングは動いてなくてごめんね。
worker動かしたらウェルカムメール送ろうとしてるみたいでごめんてー。