npm installnpm run start
npm installnpm run deploy:commands
atlas schema apply --url "YOUR DB URL" --file schema.hclPlanetScale の場合はmysql://user:password@host/dbname?tls=trueFly.io の Postgres の場合はflyctl proxy 5432 -a [postgres app name]を実行してからpostgres://user:password@host?sslmode=disable
- fly.toml の app を変更
flyctl deploy