PORT
const PORT = process.env.PORT || 3001;
fly auth login
fly launch --no-deploy
fly.toml
[build][env] PORT = "3000"...
fly deploy