How to use Vercel deployment as a Deployment Check?
Unanswered
tlmader (Patina Project) posted this in #help-forum
I have a backend and a frontend project both hosted on Vercel. I want to ensure the backend is deployed before deploying the frontend. Is there a way to accomplish this using Deployment Checks?
1 Reply
i'm not an expert in vercel , but i think you should make 2 deployment,
the first one for the backend , and the second one for the frontend, make sure to apply a wait like for 10s just in case 😉
ok so yeah there is a doc for what u want here he is
https://vercel.com/docs/checks
the first one for the backend , and the second one for the frontend, make sure to apply a wait like for 10s just in case 😉
ok so yeah there is a doc for what u want here he is
https://vercel.com/docs/checks