next-movies
next-movies copied to clipboard
Automatic deploy via CI/CD (hopefully Vercel)
@addyosmani I think the repository is not configured with CI/CD integration. I think we can use Vercel as it's a Next.js project, although we used Netlify during the development.
As part of moving the repo over to TasteJS, I've re-setup our CI/CD just now via Netlify so future PRs should get preview builds against them too.
Re: Vercel - I'm certainly not opposed to using Vercel for CI/CD but may need to explore if we can get a paid account there to do so.
@addyosmani Thank you for letting me know. One thing I'd like to add is our project is an SSG (static site generation) but if we may want to apply SSR, we would have to figure out how to deploy an SSR project in Netlify. In Vercel, it's supported by default.