Deploying to vercel from codeberg
When I first began migrating repositories from GitHub to Codeberg, the first thing I noticed was that vercel does not support codeberg as a git integration. I like vercel for a lot of reasons, but most of all the ability to preview a build of the site without deploying it to production. Additionally, if something does go seriously wrong, I can always rollback to a previous deployment that was working while I troubleshoot the cause. Using the command line tool for vercel I was able to still deploy just fine but I risked the codebase getting out of sync with the deployments.