Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 4f91d52

Browse files
authored
docs: point to docs/deploy
1 parent d1910a8 commit 4f91d52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,15 @@ npm install
5252
```
5353

5454
2. Create your own [GitHub app][]
55-
3. Store the private key as `private-key.pem` in the repo
55+
3. Store the private key as `private-key.pem` somewhere safe, and point to its location in `.env`
5656
4. Start the app with `APP_ID=1234 npm start` where `1234` is your GitHub app's ID
5757
5. Update your GitHub app's Webhook URL to your localtunnel.me URL
5858

5959
[GitHub app]: https://probot.github.io/docs/development/#configure-a-github-app
6060

61+
## Deployment
62+
63+
This app is deployed on free (and single) [Now](https://now.sh) instance which isn't not suitable for real-world usage, you may need to deploy your own instance of the app. See [docs/deploy.md](./docs/deploy.md) for more info.
6164

6265
## Credits
6366

0 commit comments

Comments
 (0)