本番デプロイ設定: SSL, Kamal, API環境変数化, テスト修正

This commit is contained in:
2026-02-21 23:45:12 +09:00
parent e90ea88758
commit 9626db3dcf
21 changed files with 226 additions and 78 deletions

View File

@@ -17,6 +17,7 @@ class BoardPost < ApplicationRecord
post_id: id,
participant_id: participant.id,
power: participant.power, # 国名
display_name: participant.display_name, # 国名 or ユーザー名
body: body,
phase: phase, # フェーズ情報
created_at: created_at.in_time_zone("Asia/Tokyo").strftime("%Y-%m-%d %H:%M")