diff --git a/apps/dokploy/pages/api/deploy/github.ts b/apps/dokploy/pages/api/deploy/github.ts index a33bfb6c..0e0a6c82 100644 --- a/apps/dokploy/pages/api/deploy/github.ts +++ b/apps/dokploy/pages/api/deploy/github.ts @@ -259,8 +259,3 @@ export default async function handler( return res.status(400).json({ message: "No Actions matched" }); } - -// Genera el dominio random -// Crea el pull request entity -// Crea el deployment entity -// Luego lo que sigue...., unicamente github es soportado por ahora3