You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some benefits to migrating to Github Pages from Netlify:
Deployment and codebase are all within the Github Repo
Remove any costs (not sure if Netlify is purchased currently)
Manage deployment process with Github Actions
Some things to consider:
We have 4 API routes which is not supported with Next.js SSG, but these API routes are simply calling other APIs which means we can make these API calls in the frontend
If we wanted to add custom APIs later on, we would have to revert to Netlify or a similar service
Need to explore how Git LFS would integrate if at all
Anyone have any thoughts/insight on the current deployment process and potentially migrating or against migration for particular reasons?
The text was updated successfully, but these errors were encountered:
GitHub Pages does not have PR previews. They were planning to add it, and I thought they would quickly to take business from Netlify, but recently they said it's not coming in the near future. There is rossjrw/pr-preview-action, but it can be a pain with differences between PR and production deploys. For smaller apps, it's usually fine to keep Netlify just for PR previews and deploy production to gh-pages. But for a site this big I would worry about insidious bugs due to deploying those two in separate environments. Looking through the code, there seems to be several things that hook into Netlify specifically.
We're currently using Netlify forms. It's a bit of work/cost to set up and keep an eye on a separate server or serverless/cloud functions to do this ourselves.
Open to Discussion BTW:
Some benefits to migrating to Github Pages from Netlify:
Some things to consider:
Anyone have any thoughts/insight on the current deployment process and potentially migrating or against migration for particular reasons?
The text was updated successfully, but these errors were encountered: