a year ago
I'm trying to create PR Environments with CI/CD. I need the custom public server url to set in vercel. How can I create this?
8 Replies
Is there a way to create the public network url? Without it, PR environments are almost useless. I can create it manually, but I don't want to do the manual process everytime a PR environment is created ☺️
a year ago
hello, we do not support custom domain for services in PR environments, are you not able to use the auto generated domains?
I'm able to use auto generated domains. But they are default not generated I think. And I need to programatically get the url in my github action flow @Brody
a year ago
they are auto generated as long as the service in the base environment has a service domain
a year ago
no problem!
a year ago
now second topic, why vercel instead of running it on railway?