This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 132
Enable some form of deploy previews for PR's #153
Comments
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? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 😄
The text was updated successfully, but these errors were encountered: