Skip to content

Commit e08e389

Browse files
committed
Update README.md
1 parent 58890e8 commit e08e389

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ Place webhooks.js inside Gatsby project root folder, then:
1010
node webhooks.js
1111
```
1212
## Auto build (update) Webhook
13+
By default, the script runs on port 9000 (you can customize it).
14+
That being said, below are example requests.
15+
1316
For Clean & Build:
1417
```
15-
https://your-gatsby-website.com/clean_gatsby_rebuild/
18+
https://your-server-address:9000/clean_gatsby_rebuild/
1619
```
1720
For re-Build:
1821
```
19-
https://your-gatsby-website.com/quick_gatsby_rebuild/
22+
https://your-server-address:9000/quick_gatsby_rebuild/
2023
```
2124

2225
Contributions are encouraged!

0 commit comments

Comments
 (0)