mirror of
https://github.com/kou029w/minicharge.fly.dev.git
synced 2025-01-18 16:08:17 +00:00
287 B
287 B
minicharge.fly.dev
前提
- PostgreSQL
構築
git clone git@github.com:kou029w/minicharge.fly.dev.git
curl -L https://fly.io/install.sh | sh
flyctl auth login
flyctl launch
flyctl secrets set DATABASE_URL=postgres://*** # PostgreSQL接続URLを設定
flyctl deploy