GitDeployHub

comfy-org/cla-assistant

github.com/comfy-org/cla-assistant ↗
Node.js API
13 environment variables found in .env.example

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

  • PORT
  • PROTOCOL
  • HOST
  • MONGODB
  • GITHUB_APP_NAME
  • GITHUB_APP_PRIVATE_KEY secret
  • GITHUB_APP_ID
  • GITHUB_APP_CLIENT
  • GITHUB_APP_SECRET secret
  • GITHUB_APP_WEBHOOK_SECRET secret
  • GITHUB_CLIENT
  • GITHUB_SECRET secret
  • GITHUB_TOKEN secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/comfy-org/cla-assistant
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/comfy-org/cla-assistant
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/comfy-org/cla-assistant
Or deploy to a different host
← Try another repo