We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58890e8 commit e08e389Copy full SHA for e08e389
README.md
@@ -10,13 +10,16 @@ Place webhooks.js inside Gatsby project root folder, then:
10
node webhooks.js
11
```
12
## 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
+
16
For Clean & Build:
17
-https://your-gatsby-website.com/clean_gatsby_rebuild/
18
+https://your-server-address:9000/clean_gatsby_rebuild/
19
20
For re-Build:
21
-https://your-gatsby-website.com/quick_gatsby_rebuild/
22
+https://your-server-address:9000/quick_gatsby_rebuild/
23
24
25
Contributions are encouraged!
0 commit comments