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
If I have to connect my github repository, can I do that without the automatic deploys?
Thank you very much!
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
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!