GitDeployHub

alexremn/prcheckerbot

github.com/alexremn/prcheckerbot ↗
Node.js API
5 environment variables found in .env.example

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

  • APP_ID Your GitHub App's ID (found in app settings)
  • WEBHOOK_SECRET secret Webhook secret (configured when creating the GitHub App)
  • WEBHOOK_PROXY_URL For local development, use smee.io to receive webhooks Create a channel at https://smee.io/new and paste the URL here
  • LOG_LEVEL Logging level: trace, debug, info, warn, error, fatal
  • PORT Port to run the server on (default: 3000)
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alexremn/prcheckerbot
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alexremn/prcheckerbot
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alexremn/prcheckerbot
Or deploy to a different host
← Try another repo