ConvoyDocs

Platform Domain

Understand the default URL assigned to your applications.

Every application deployed on Convoy Cloud is automatically assigned a URL on the codeship.site domain.

URL format

Convoy Cloud assigns a unique URL to each application. The exact URL is shown on the app detail page after the first deployment succeeds. It follows the pattern:

https://<app-name>-<identifier>.codeship.site

where the identifier is derived from your app name and workspace.

Application name limits

Application names must be unique within your workspace. Names are limited to 32 characters and may only contain lowercase letters, numbers, and hyphens.

TLS/HTTPS

All platform domain URLs are served over HTTPS automatically. TLS termination is handled at the ingress layer -- no configuration required on your part.

Using your own domain

While the platform domain works out of the box, you can also set up a custom domain to serve your application under your own brand.