惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - 司徒正美
V
Visual Studio Blog
博客园 - 【当耐特】
T
Tailwind CSS Blog
美团技术团队
博客园 - 叶小钗
Jina AI
Jina AI
宝玉的分享
宝玉的分享
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC

Netlify Changelog

Gemini 3.5 Flash now available in Agent Runners 4 Nuxt CVEs: what Netlify users need to know Gemini 3.5 Flash now available in AI Gateway Agent Runners workflow improvements Next.js & React security release (May 2026): what to know Block project transfers out of your team Gemini 3.1 Flash-Lite now available in AI Gateway OpenAI GPT-5.5 Instant now available in AI Gateway New `netlify logs` CLI command Deploy to Netlify with Stripe Projects Netlify Database is now generally available OpenAI GPT-5.5 and GPT-5.5 Pro in AI Gateway & Agent Runners Rename an agent run GPT Image 2 now available in AI Gateway New frontend-design skill for Agent Runners Claude Opus 4.7 now available in AI Gateway and Agent Runners Pricing updates for Credit-based plans New sorting and filter controls on the Members page Netlify Database GA coming soon, no new databases for now Deploy logs streaming is now faster Netlify CLI adds prompt-based creation and anonymous deploys Deploy from Codex with the Netlify Plugin Hydrogen with React Router 7 now supported on Netlify Monitor credit usage by day Invoices for Enterprise Available on the Billing Page AI app development on production infrastructure with Netlify Introducing Prompt Templates OpenAI GPT-5.4 Nano and GPT-5.4 Mini in AI Gateway Change your pricing plan Internal Builder Role & Project Access Controls
Now generally available: Automatic deploy subdomains | Ne...
Nahrin Jalal · 2023-04-26 · via Netlify Changelog

Automatic deploy subdomains are now generally available for all Netlify customers with a Pro plan or above! You can set a custom domain for your Deploy Previews and/or branch deploys, and Netlify will automatically generate and link to these URLs for these deploy contexts.

Deploy Previews and branch deploys are each set to use a custom subdomain

Why set a custom deploy subdomain?

Automatic deploy subdomains enable you to:

  • Quickly spin up additional environments at automatically-generated URLs.

  • Share Deploy Preview links with stakeholders or clients, and help ensure brand safety of those previews.

  • Help to ensure third-party integrations work properly in preview environments.

    For example: If your auth or database solution requires access from allow-listed domains, you can add *.previews.yourcompany.com to the allow list, instead of *.netlify.app.

  • Empower security and IT teams to more easily build policies around company-controlled domains.

Set up in 60 seconds

Automatic deploy subdomains requires:

  • That your production site has at least one custom domain

  • A Netlify DNS-managed (sub)domain

    Note: We understand that not all apex domains can be delegated to Netlify DNS, so we recently added the ability to bring just a subdomain, at any domain level of your choosing.

To set up your subdomains at Site Settings > Domain Management > Automatic deploy subdomains:

  1. Select “Edit custom domains”.
  2. Check “Add domain” next to each deploy context you want to customize.
  3. Select any domain from the “Domain” field. This list includes any (sub)domains you have delegated to Netlify DNS; you can add more at Team Overview > Domains.
  4. Add an optional prefix in the “Additional subdomain” field. You can have deploys available at *.internal.yourcompany.com or *.qa.platform.yourcompany.com instead of *.yourcompany.com. There is no need to set up any additional DNS records for this.
  5. Press “Save”.

Both Deploy Previews and branch deploys can take a domain (selected from a dropdown) and an optional, additional subdomain prefix

Netlify will automatically generate wildcard DNS records and SSL certificates for each Deploy Preview (deploy-preview–123.internal.yourcompany.com) and deployed branch (branch-name.internal.yourcompany.com). We will use these URLs on the app, in the API, and in deploy notifications:

Hovering over a Deploy Preview link on the Netlify UI shows a custom URL in place of the netlify.app URL

Try it out today

You can learn more about how automatic deploy subdomains work and interact with other features on the docs. Please try it out today under Site Settings > Domain Management and let us know what you think on this short survey or on the forums!

Not already a Netlify customer? Sign Up for a free Pro trial to get access to automatic deploy subdomains and more features.