fix: update comparison table and improve remote server instructions

- Updated the comparison table to reflect support for Cloudflare Tunnels and added Custom Build Server.
- Enhanced the description in the remote server instructions for clarity and detail.
This commit is contained in:
Mauricio Siu
2025-12-07 11:24:12 -06:00
parent b7eff91466
commit acfc837c76
2 changed files with 3 additions and 2 deletions

View File

@@ -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** | ✅ | ❌ | ❌ | ✅ |

View File

@@ -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";