GitDeployHub

diego3g/blog-graphql-prisma

github.com/diego3g/blog-graphql-prisma ↗
Docker
7 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/diego3g/blog-graphql-prisma
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/diego3g/blog-graphql-prisma
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/diego3g/blog-graphql-prisma
Or deploy to a different host
← Try another repo