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