diff --git a/apps/docs/content/docs/core/applications/preview-deployments.mdx b/apps/docs/content/docs/core/applications/preview-deployments.mdx index 976878d..57ed2f6 100644 --- a/apps/docs/content/docs/core/applications/preview-deployments.mdx +++ b/apps/docs/content/docs/core/applications/preview-deployments.mdx @@ -31,6 +31,10 @@ preview-${appName}-${uniqueId}.traefik.me To make this work, you need to point your wildcard DNS record (*) to your server's IP address. + +**Hint:** If you need to reference the generated domain in the preview deployment's environment variables, you can do so utilising `${{DOKPLOY_DEPLOY_URL}}`. See [variables documentation](/docs/core/variables#service-level-variables) for more information. + + ## How It Works Once enabled, preview deployments are automatically created whenever a pull request is opened against your target branch (configured in your provider settings).