Build Gatsby and Next PR Previews #1447
Labels
area: CI/CD
Continuous integration / Continuous delivery
developer experience
Helping the Developer Experience
type: enhancement
New feature or request
In #1444 I'm going to merge the Gatsby and Next branches together in
master
so we will havesrc/frontend/gatsby
andsrc/frontend/next
. I'd like to find a way to build both frontends on every PR, while we are porting between the two.In theory, we can do this with Vercel via their monorepos support. I've tried to understand how this works, but can't, so someone could experiement and do more reading.
Another option would be to do a mix of Netlify and Vercel, one for Gatsby and one for Next.
This is a short term solution, since we'll rip out the Gatsby one once Next is ready.
The text was updated successfully, but these errors were encountered: