hashtag normalizationの修正入ったので、先に一旦ロールバックしてから、fetchして再適用。
RAILS_ENV=production DB_PORT=5432 bundle exec rails db:rollback
git fetch
git checkout FETCH_HEAD
RAILS_ENV=production bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
RAILS_ENV=production DB_PORT=5433 bundle exec rails db:migrate
RAILS_ENV=production bundle exec rails assets:precompile