docs: add rollbacks feature to deployment tools comparison table and update GitHub stars count

This commit is contained in:
Mauricio Siu
2025-06-22 09:00:39 -06:00
parent 8069b7b83d
commit a8b0fd41b9
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ Comparison of the following deployment tools:
| **Notifications** | ✅ | ❌ | ❌ | ✅ |
| **Multi Server Support** | ✅ | ❌ | ❌ | ✅ |
| **Open Source Templates** | ✅ | ✅ | ❌ | ✅ |
| **Rollbacks** | ✅ | ✅ | ❌ | ✅ |
| **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ |
| **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ |
| **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ |

View File

@@ -4,7 +4,7 @@ import { useId } from "react";
import NumberTicker from "./ui/number-ticker";
const statsValues = {
githubStars: 20000,
githubStars: 21000,
dockerDownloads: 1500000,
contributors: 170,
sponsors: 50,