kontent-ai / gatsby-starter

Gatsby starter site with Kontent.ai
https://gatsby-starter-kontent.netlify.com
MIT License
16 stars 21 forks source link

Spike: Find out how to rebuild automatically #10

Closed JanLenoch closed 3 years ago

JanLenoch commented 6 years ago

Expected result

Gatsby's store is rebuilt upon bootstrap (npm run develop, npm run deploy). Find out:

Resources

CollierCZ commented 6 years ago

With Netlify, you can use webhooks to trigger rebuilds: https://www.netlify.com/docs/webhooks/ So a change to content in Kentico Cloud can trigger a rebuild.

JanLenoch commented 6 years ago

With Netlify, you can use webhooks to trigger rebuilds: https://www.netlify.com/docs/webhooks/ So a change to content in Kentico Cloud can trigger a rebuild.

Exactly, that's why I've added the link to https://www.netlify.com/docs/api/ to the description. But, we'd like to not be limited to just Netlify. The ideal result of this spike would be a set of carefully distilled wiki pages (with a howto). Each page per provider (that supports webhook-initiated-CLI).

CollierCZ commented 6 years ago

Can you provide a list of providers you'd like covered? Or is it about finding providers which support that?

Abdulhakimsg commented 5 years ago

Hi , deployment on AWS for gatsby + wordpress would be greatly appreciated. I am expected to use AWS and not netlify.Anyone has got it figured out?

rshackleton commented 5 years ago

I'll be using Azure DevOps for an upcoming project so I'll try to remember to post some implementation details here for how we make it work.

petrsvihlik commented 5 years ago

@rshackleton that would be great. feel free to use the wiki.

Abdulhakimsg commented 5 years ago

@rshackleton can't wait!