GitDeployHub

arpitbhalla/crusher

github.com/arpitbhalla/crusher ↗
Node.js API
20 environment variables found in .env.sample

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.sample)

  • BACKEND_URL
  • INTERNAL_BACKEND_URL
  • FRONTEND_URL
  • AWS_ACCESS_KEY_ID secret
  • AWS_S3_REGION secret
  • AWS_S3_VIDEO_BUCKET secret
  • GITHUB_APP_CLIENT_ID
  • GITHUB_APP_CLIENT_SECRET secret
  • GITHUB_APP_ID
  • GITHUB_APP_PRIVATE_KEY secret
  • GITHUB_APP_URL
  • DB_HOST
  • DB_USERNAME
  • DB_PASSWORD secret
  • DB_DATABASE
  • DB_PORT
  • DISABLE_POSTGRES_SSL
  • REDIS_HOST
  • REDIS_PORT
  • REDIS_PASSWORD secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/arpitbhalla/crusher
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/arpitbhalla/crusher
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/arpitbhalla/crusher
Or deploy to a different host
← Try another repo