next-movies icon indicating copy to clipboard operation
next-movies copied to clipboard

Automatic deploy via CI/CD (hopefully Vercel)

Open anton-karlovskiy opened this issue 3 years ago • 2 comments

@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.

anton-karlovskiy avatar May 29 '21 22:05 anton-karlovskiy

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 avatar May 30 '21 07:05 addyosmani

@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.

anton-karlovskiy avatar May 30 '21 07:05 anton-karlovskiy