Skip to content

Commit cbd9ffb

Browse files
committed
docs(README): deployment instructions
1 parent 7e508ae commit cbd9ffb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ Replace `WEBHOOK_PROXY_URL` with the value of `WEBHOOK_PROXY_URL` in your `.env`
4444

4545
## Deployment
4646

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.
4853

4954
## License
5055

0 commit comments

Comments
 (0)