awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
olipo186 avatar

olipo186/Git-Auto-Deploy

0
View on GitHub↗
1,399 estrellas·219 forks·Python·6 vistasolipo186.github.io/Git-Auto-Deploy↗

Git Auto Deploy

Git-Auto-Deploy es un servidor HTTP ligero que funciona como un demonio en segundo plano para automatizar el despliegue de archivos de proyecto locales. Escucha notificaciones de webhook entrantes de plataformas de control de versiones remotas y activa actualizaciones de repositorio cada vez que se envían nuevos commits.

La herramienta opera como un servicio persistente, manteniendo una disponibilidad continua para procesar señales de despliegue sin requerir intervención manual o una sesión de terminal activa. Utiliza un enfoque basado en configuración para mapear eventos de webhook específicos a rutas de repositorio locales, asegurando que la sincronización del código ocurra automáticamente al recibir un evento de push.

Más allá de las actualizaciones simples de archivos, el sistema incluye un motor de ejecución que activa comandos de shell definidos por el usuario. Esto permite la automatización de tareas posteriores al despliegue, como procesos de compilación o rutinas de prueba, permitiendo una gestión integral de tareas del lado del servidor integrada directamente con el flujo de trabajo de control de versiones.

Features

  • Continuous Deployment - Automates server-side code updates and build processes whenever new commits are pushed to a remote repository.
  • Event-Driven Function Triggers - Listens for incoming HTTP webhook requests from version control platforms to trigger automated deployment workflows.
  • Webhook Deployment Listeners - Handles incoming HTTP notifications from version control platforms to initiate deployment workflows.
  • Shell Command Execution - Invokes external shell commands to perform post-deployment build tasks and file synchronization.
  • Remote Repository Code Fetchers - Fetches updated source code from remote repositories automatically upon receiving push notifications.
  • Push-Triggered Deployments - Synchronizes local project files by triggering pull commands in response to repository push events.
  • Background Daemons - Runs as a persistent background process to maintain continuous availability for deployment signals.
  • Remote Server Automation - Automates server-side tasks by executing custom shell commands in response to external repository events.

Historial de estrellas

Gráfico del historial de estrellas de olipo186/git-auto-deployGráfico del historial de estrellas de olipo186/git-auto-deploy

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Git Auto Deploy

Colecciones seleccionadas manualmente donde aparece Git Auto Deploy.
  • Plataformas de despliegue mediante git-push autohospedadas

Alternativas open-source a Git Auto Deploy

Proyectos open-source similares, clasificados según cuántas características comparten con Git Auto Deploy.
  • markomarkovic/simple-php-git-deployAvatar de markomarkovic

    markomarkovic/simple-php-git-deploy

    1,044Ver en GitHub↗

    This project is a PHP-based utility designed to automate server-side code updates by synchronizing a web server with a remote repository. It functions as a continuous deployment tool that triggers updates automatically whenever a push event occurs in the version control system. The system distinguishes itself by utilizing webhook-triggered execution to initiate deployment tasks, ensuring that live environments remain consistent with the source code. It supports multi-environment management, allowing for independent configuration settings and distinct target paths for different development sta

    PHP
    Ver en GitHub↗1,044
  • claude-code-best/claude-codeAvatar de claude-code-best

    claude-code-best/claude-code

    20,272Ver en GitHub↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    TypeScript
    Ver en GitHub↗20,272
  • asmvik/skhdAvatar de asmvik

    asmvik/skhd

    7,800Ver en GitHub↗

    skhd is a hotkey daemon and keyboard remapper for macOS. It operates as a background service that maps custom keyboard shortcuts to shell commands, scripts, and system actions. The utility features application-aware shortcut management, allowing the same hotkey to execute different commands depending on which application is focused. It also includes an input mode manager to define distinct operational modes that change how keys behave based on the active state. The system supports contextual routing through application-specific shortcuts and event exclusions to preserve native app behavior.

    C
    Ver en GitHub↗7,800
  • dokploy/dokployAvatar de Dokploy

    Dokploy/dokploy

    34,901Ver en GitHub↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    TypeScriptbackendbackupsdatabases
    Ver en GitHub↗34,901
Ver las 30 alternativas a Git Auto Deploy→

Preguntas frecuentes

¿Qué hace olipo186/git-auto-deploy?

Git-Auto-Deploy es un servidor HTTP ligero que funciona como un demonio en segundo plano para automatizar el despliegue de archivos de proyecto locales. Escucha notificaciones de webhook entrantes de plataformas de control de versiones remotas y activa actualizaciones de repositorio cada vez que se envían nuevos commits.

¿Cuáles son las características principales de olipo186/git-auto-deploy?

Las características principales de olipo186/git-auto-deploy son: Continuous Deployment, Event-Driven Function Triggers, Webhook Deployment Listeners, Shell Command Execution, Remote Repository Code Fetchers, Push-Triggered Deployments, Background Daemons, Remote Server Automation.

¿Qué alternativas de código abierto existen para olipo186/git-auto-deploy?

Las alternativas de código abierto para olipo186/git-auto-deploy incluyen: markomarkovic/simple-php-git-deploy — This project is a PHP-based utility designed to automate server-side code updates by synchronizing a web server with a… claude-code-best/claude-code — Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software… asmvik/skhd — skhd is a hotkey daemon and keyboard remapper for macOS. It operates as a background service that maps custom keyboard… dokploy/dokploy — Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized… shipitjs/shipit — Shipit is a Node.js deployment tool and remote task orchestrator used for automating software deployments and… fredriknoren/ungit — Ungit is a web-based graphical interface and version control client for managing Git repositories. It provides a…