.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DEBUG
APP_SECRET
secret
PRISMA_MANAGEMENT_API_SECRET
secret
DB_USER
DB_PASSWORD
secret
DB_DATABASE
PRISMA_ENDPOINT
brew install flyctl && fly launch --from https://github.com/diego3g/blog-graphql-prisma
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/diego3g/blog-graphql-prisma
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/diego3g/blog-graphql-prisma