Configure domains for different environments without autodeploying to Vercel

Hello!

I havent connected my github repo to vercel, instead I do "custom" deploys via github actions to Vercel.

My problem is that I have two domains in vercel
staging.foobar.com
  • should point to dev/preview
    foobar.com
    • should point to production
ut this is not configurable and they both point to production. Is there a way to make staging.foobar.com always point on the latest preview/dev deployment instead?

If I have to connect my github repository, can I do that without the automatic deploys?

Thank you very much!
Was this page helpful?