From 05ad2aa1889a30f79c7eae49d22dc68d8fd138a6 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:54:40 -0600 Subject: [PATCH] docs: add environments section to comparison table for deployment tools --- apps/docs/content/docs/core/comparison.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index 03bb368..eb7833b 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -26,7 +26,8 @@ Comparison of the following deployment tools: | **Multi Server Support** | ✅ | ❌ | ❌ | ✅ | | **Open Source Templates** | ✅ | ✅ | ❌ | ✅ | | **Rollbacks** | ✅ | ✅ | ❌ | ✅ | -| **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ | +| **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ | +| **Environments** | ✅ | ❌ | ❌ | ✅ | | **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ | | **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ | | **Volume Backups** | ✅ | ❌ | ❌ | ❌ |