Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spike: Find out how to rebuild automatically #10

Closed
JanLenoch opened this issue Sep 19, 2018 · 7 comments
Closed

Spike: Find out how to rebuild automatically #10

JanLenoch opened this issue Sep 19, 2018 · 7 comments
Labels
good first issue Good for newcomers groomed The issue has been groomed and should be in a good shape. help wanted Extra attention is needed spike

Comments

@JanLenoch
Copy link

Expected result

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

  • whether there have to be provisions made in the source code of either an app, or a plugin, to rebuild the store automatically
  • or, if only the automated CLI commands in the hosting environment can make the automatic rebuilds

Resources

@JanLenoch JanLenoch added help wanted Extra attention is needed good first issue Good for newcomers groomed The issue has been groomed and should be in a good shape. spike labels Sep 19, 2018
@CollierCZ
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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

@Abdulhakimsg
Copy link

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
Copy link

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
Copy link
Contributor

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

@Abdulhakimsg
Copy link

@rshackleton can't wait!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers groomed The issue has been groomed and should be in a good shape. help wanted Extra attention is needed spike
Projects
None yet
Development

No branches or pull requests

6 participants