[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Problem with deploying 59 views · 0 likes · 2 posts Viktorknezevic (@viktorknezevic) · 2024-08-10 I'm using vercel CLI to deploy my project to production but when I deploy it to the production instead of deploying to the main short domain it deploys to "production" domains longer than the oxford dictionary. I tried everything and I don't know how to fix it. Amy Egan (@amyegan) · 2024-08-12 Hi @viktorknezevic. Deployments can have multiple domains assigned. All deployments get a unique [generated URL](https://vercel.com/docs/deployments/generated-urls), but a production deployment should also get a shorter human-readable one. If you're using `vercel deploy --prod` to deploy, then I would expect the production domain to be applied even though the CLI returns the unique deployment URL. You can check which domains are associated with a deployment by following the `Inspect` link after deploying. That will take you to a dashboard page where you can view additional deployment details, including all domains that lead to that deployment. If that's not working for you, please let me know the domains so I dig for more details. :pray: