Open GlenTiki opened 4 years ago
I was playing with Gatsby cloud recently, which is very similar but Gatsby specific (which we don't use here).
I'll have a look, thanks for sharing this!
If we move the pipeline to GitHub actions we can probably achieve something nice by combining these 2 actions here:
The same workflow is probably easy to achieve on CircleCI as well, but i expect it would require a bit of more manual effort to tie up the different APIs
+1!
The nodejs.dev repo is doing this with github actions. https://github.com/nodejs/nodejs.dev/blob/main/.github/workflows/generate-preview.yml
@benhalverson would you love to send a pr?
Sure I can take a look at how this could work with your setup 👍🏻
This is a huge +1. Any updates @benhalverson?
See here: https://www.netlify.com/blog/2016/07/20/introducing-deploy-previews-in-netlify/
I've been using Netlify to host live previews of my PR's lately, this would streamline it 😄