diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index eb7833b..d27fc4f 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -29,7 +29,8 @@ Comparison of the following deployment tools: | **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ | | **Environments** | ✅ | ❌ | ❌ | ✅ | | **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ | -| **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ | +| **Cloudflare Tunnels** | ✅ | ❌ | ❌ | ✅ | +| **Custom Build Server** | ✅ | ❌ | ❌ | ✅ | | **Volume Backups** | ✅ | ❌ | ❌ | ❌ | | **Preview Deployments** | ✅ | ❌ | ❌ | ✅ | | **Teams** | ✅ | ❌ | ❌ | ✅ | diff --git a/apps/docs/content/docs/core/remote-servers/instructions.mdx b/apps/docs/content/docs/core/remote-servers/instructions.mdx index 67cfaa6..2495b2c 100644 --- a/apps/docs/content/docs/core/remote-servers/instructions.mdx +++ b/apps/docs/content/docs/core/remote-servers/instructions.mdx @@ -1,6 +1,6 @@ --- title: Instructions -description: "Example to setup a remote server and deploy application in a VPS." +description: "Step-by-step guide to setup a remote server and deploy applications on a VPS." --- import { Callout } from "fumadocs-ui/components/callout";