.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)
brew install flyctl && fly launch --from https://github.com/alexremn/prcheckerbot
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alexremn/prcheckerbot
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alexremn/prcheckerbot