Having Problem on Build Deployment

Earlier, everything was working fine, but now it’s showing an error with 2 checks passing and 1 failing. I don’t understand what changed, as I haven’t touched anything. We are deploying the build to two Vercel accounts, and I’m unclear on the purpose of using both. Previously, another person was managing this application, and I’m unsure of the setup they implemented. Could someone help me better understand the deployment process and how to check tests on GitHub before deploying?

I would really appreciate it.
Thanks!

Hi @devvgtb. I don’t have enough info from your original post to be able to say exactly what’s going wrong. If you can ask the person who was managing the app, they would be the best person to tell you how they intend for the deployment process to work. But I’ll try to share some info and resources that I think will help.

The easiest (and most common) way to deploy a project with Vercel is to connect a GitHub account and let the integration automatically deploy each time a new commit is pushed to the repo. Some projects require a more complex or customized deployment workflow. In that case the project might use Github Actions to deploy.

There’s a walkthrough of the steps here: Get started with Vercel

Deploying to two different projects would be normal for a monorepo, but deploying to two different accounts is an unusual setup. Are you sure it’s using two different accounts and not just two different projects? In either case, the documentation on using monorepos with Vercel may be of use to you.

Checks failing on a PR could be coming from GitHub, tests written the repo, or some other tool. I’m not sure what to recommend there. Knowing the error and where you see it would tell me more about what’s happening.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.