*.spcf.app URL. To serve a service from a domain you own, attach a custom domain to it.
Attach a custom domain
Deploy the service first, then run:specific deploy). To target a different environment, pass --environment:
DNS records
The output includes two options; pick one based on what your DNS provider supports:- CNAME - recommended for subdomains (
api.example.com,app.example.com). Points the subdomain atingress.specific.dev. - A record - recommended for apex domains (
example.com), since most DNS providers don’t allow CNAMEs at the zone apex. Points the domain at one of three Specific ingress IPs (any one works; the output shows one).
Confirming the domain
Adding a domain registers it with Specific, but doesn’t verify that DNS is configured correctly or that TLS has been issued. To verify end-to-end once DNS is configured:Managing domains in the dashboard
Custom domains can also be added, listed, and removed in the dashboard. The dashboard is currently the only way to remove a custom domain; there is nospecific domain remove command.