Skip to main content

Domains and TLS

How hostnames select deployments and where to configure DNS, certificates, and HTTPS.

A hostname on Easel selects which deployment answers the request. Production domains point at the Current Production deployment. Preview and unique deployment URLs point at specific immutable deployments.

Hostname types

TypeRole
Apex or subdomain custom domainServes the Current Production deployment after DNS and TLS are ready
Deployment URLServes one immutable deployment
Preview URLServes the latest Ready deployment for a branch or pull request
Redirect domainForwards traffic to another hostname

Set up a domain

  1. Add the domain in the project. See Add a domain.
  2. Configure DNS. See DNS and Domain verification.
  3. Wait for HTTPS. See TLS and HTTPS and TLS.

Wildcards and migration

On this page

Edit on GitHub