Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion docs/pages/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,24 @@ Sign up for an Ngrok account and install the CLI from https://dashboard.ngrok.co
Forwarding https://4d8d8bf053be.ngrok.app -> http://localhost:8080
```

Then proceed with step 4.
#### 5. Update the GitHub Webhook URL

Copy the forwarding URL from the ngrok output in step 4, for example:
```
https://4d8d8bf053be.ngrok.app
```

Go to your GitHub app and update the `Webhook URL` to the ngrok forwarding URL.

For user accounts:
```txt /GITHUB_BOT_USERNAME/
https://github.com/settings/apps/GITHUB_BOT_USERNAME
```

For organizations:
```txt /GITHUB_BOT_USERNAME/, /YOUR_ORGANIZATION/
https://github.com/YOUR_ORGANIZATION/sweepai/settings/apps/GITHUB_BOT_USERNAME
```

@wwzeng1 wwzeng1 May 24, 2024

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a newline here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweeping

Sweep is working on resolving your comment...

Searching for relevant snippets...

This is an automated message generated by Sweep AI.

</Tabs.Tab>
</Tabs>
</Steps>
Expand Down