datocms / product-roadmap

This project is now discontinued. For feature requests, please use our community forum.
https://community.datocms.com/
19 stars 1 forks source link

Add ability to have all save events trigger build process #69

Closed chenware closed 6 years ago

chenware commented 6 years ago

As a CMS user, I want all save events to be reflected on the website without needing to trigger a build as a separate action.

stefanoverna commented 6 years ago

Hi Robb, you can have this using Webhooks https://www.datocms.com/docs/introduction/webhooks/). Just connect a Netlify build hook (https://www.netlify.com/docs/webhooks/#incoming-webhooks) to a DatoCMS webook that triggers on all the records events (create/update/delete/publish/unpublish).

chenware commented 6 years ago

Ah, point of confusion with customer service then – got it set up and working in no time. Thanks!