gatsby-plugin-build-monitor
v1.0.70
Published
A Gatsby plugin which pings an endpoint when `gatsby build` starts and finishes.
Downloads
16
Readme
Build Monitor
A Gatsby plugin which pings an endpoint when gatsby build
starts and finishes.
The endpoint is pinged with a POST request. The JSON payload is described in the
Payload
interface. See scr/gatsby-node.ts file.
Setup
Install the package and set the following environment variables:
GATSBY_PLUGIN_BUILD_MONITOR_ENDPOINT
: the endpoint URLGATSBY_PLUGIN_BUILD_MONITOR_TOKEN
: the token to be sent intoken
header
Integrations
- Drupal: gatsby_build_monitor