GitDeployHub

daimajia/showcase_chat

github.com/daimajia/showcase_chat ↗
Unknown stack
6 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • GITHUB_CLIENT_ID Github https://github.com/settings/applications/new
  • GITHUB_CLIENT_SECRET secret
  • SUPABASE_ANON_KEY secret Supabase https://app.supabase.com/project/_/settings/api
  • SUPABASE_API_URL
  • SUPABASE_POSTGRES_URI Supabase https://app.supabase.com/project/_/settings/database > Connection string > URI
  • SUPABASE_CA_CERTIFICATE Supabase https://app.supabase.com/project/_/settings/database > SSL Connection
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/daimajia/showcase_chat
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/daimajia/showcase_chat
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/daimajia/showcase_chat
Or deploy to a different host
← Try another repo