GatsbyJS - Automatically re-build & deploy project on changes in the Wordpress backend? GatsbyJS - Automatically re-build & deploy project on changes in the Wordpress backend? wordpress wordpress

GatsbyJS - Automatically re-build & deploy project on changes in the Wordpress backend?


You can setup a webhook from WordPress that will trigger your Gatsby build process to run again. If you are deploying to Netlify, they support webhooks to trigger rebuilds. If you have some other build process, you will need to decide how to have it re-run on a web hook.

WordPress.com supports webhooks, and there are plugins available for self hosted WordPress sites.