Skip to content

Commit

Permalink
Update docs about glitch deployment (#421)
Browse files Browse the repository at this point in the history
* Update deployment.md to clarify what the webhook URL is supposed to look like
  • Loading branch information
Rahmeen14 authored and tcbyrd committed Feb 8, 2018
1 parent 72d6911 commit 9394ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Expand Up @@ -60,7 +60,7 @@ Glitch lets you host node applications for free and edit them directly in your b
```
Replace the two `<...>` placeholders with the values from your app. The `.env` file cannot be accessed or seen by others.
4. Press the `New File` button and enter `.data/private-key.pem`. Paste the content of your GitHub App鈥檚 `private-key.pem` in there and save it. Files in the `.data` folder cannot be seen or accessed by others, so your private key is safe.
5. That鈥檚 it, your app should have already started :thumbsup: Press on the `Show` button on top and paste the URL as the value of `Webhook URL`.
5. That鈥檚 it, your app should have already started :thumbsup: Press on the `Show` button on top and paste the URL as the value of `Webhook URL`. Ensure that you remove `/probot` from the end of the `Webhook URL` that was just pasted.

Enjoy!

Expand Down

0 comments on commit 9394ca1

Please sign in to comment.