You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,12 @@ Replace `WEBHOOK_PROXY_URL` with the value of `WEBHOOK_PROXY_URL` in your `.env`
44
44
45
45
## Deployment
46
46
47
-
_tbd_
47
+
1. Make sure you registered your GitHub App
48
+
2. Fork this repository
49
+
3. Sign in to your Netlify account, follow instructions at https://app.netlify.com/start
50
+
4. In your GitHub App's settings, update the webhook URL to the netlify domain, e.g. `https://my-probot-app.netlify.app/.netlify/functions/webhooks`
51
+
5. Add environment variabbles in your Netlify's app's site settings ("Build & deploy" -> "Environment"): `APP_ID`, `PRIVATE_KEY` (replace line breaks with `\n`), `WEBHOOK_SECRET`
52
+
6. Trigger a deploy so that the new environment variables take effect.
0 commit comments