11 Repos
Deployment workflows triggered by pushing code to a Git repository, with automatic build and deployment on each push.
Distinct from Git Deployment Integrations: Distinct from Git Deployment Integrations: focuses on the push-triggered deployment model specifically, not general file synchronization to remote repos.
Explore 11 awesome GitHub repositories matching devops & infrastructure · Git-Push Deployments. Refine with filters or upvote what's useful.
Flynn is an open-source Platform as a Service (PaaS) that automates the full lifecycle of containerized applications across any infrastructure. It functions as a container orchestration platform, scheduling and managing application containers with isolated filesystem and network stacks, while also providing a health-checked service discovery router that directs traffic only to healthy container instances. The platform is built around a Git-push deployment model, where pushing code to a configured repository triggers an automated build-test-deploy cycle. It supports declarative scaling, allowi
Triggers automated build-test-deploy cycles when code is pushed to a configured Git repository.
This project is a command line deployment tool designed to automate the process of publishing React application builds to GitHub Pages. It functions as a static site deployer that handles the transition of a project from a local development environment to a live production URL. The tool streamlines the deployment workflow by compiling source code into static assets and pushing those production-ready files to a dedicated remote git branch. This git-driven distribution ensures that the build artifacts are hosted on a public server without requiring a manual upload process. The system manages t
Uses git push operations as the primary mechanism to deploy build artifacts to production.
Piku is a git-based platform-as-a-service deployment tool for self-hosted application hosting. It enables the deployment of multiple web applications and background workers to private servers by automating builds and updates through git push. The system acts as an application process orchestrator and reverse proxy server manager, routing incoming HTTP traffic to specific application processes. It features a multi-language application runtime that detects programming languages from repository files to handle dependency installation and execution settings. Security is handled via an integrated
Automates the build and deployment sequence immediately upon receiving a git push to the server.
Rainbond is a Kubernetes-native application platform that deploys and manages containerized applications through a graphical interface, abstracting Kubernetes complexity so users can work without needing to learn Kubernetes commands or concepts. It provides a complete application lifecycle management system covering development, architecture, delivery, and operations from a single unified web interface, with automated workflows that handle cluster provisioning, application deployment, and ongoing management. The platform distinguishes itself through its application marketplace, which packages
Builds and deploys applications directly from a Git repository by automatically detecting the language type and building a container image.
Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th
Accepts application code via git push, automatically builds a Docker image, and deploys it to the cluster.
PartyKit is a serverless WebSocket backend platform for building real-time multiplayer applications. It provides a globally distributed edge computing runtime that runs stateful server code close to users, with automatic scaling and hibernation for idle rooms. The platform handles WebSocket connections, HTTP requests, and durable storage without requiring infrastructure management, and includes a client and server SDK with hooks, storage, and Yjs integration for building collaborative features. The platform distinguishes itself through per-room isolation using Durable Objects, where each uniq
Triggers a fresh deployment on every push to the main branch using a CI/CD pipeline.
Gitpitch ist ein Veröffentlichungssystem, das Präsentationsfolien hostet, indem es Markdown-Dateien aus einem Remote-Repository synchronisiert. Es dient als Tool zur Konvertierung von Markdown-Text in formatierte Foliensätze für professionelle und pädagogische Materialien. Das System ermöglicht das öffentliche oder private Teilen von Präsentationsdecks durch das Pushen von Markdown-Dateien in ein Remote-Repository. Dieser Workflow erlaubt die Entwicklung und Vorschau technischer Präsentations-Assets mittels Versionskontrolle. Das Tool bietet Funktionen zur Transformation von Markdown-Präsentationen in verschiedene Distributionsformate, einschließlich PDF, PPTX und HTML-Dateien für das Offline-Teilen.
Implements a workflow where pushing markdown files to a Git repository automatically triggers the hosting of slide decks.
Dieses Projekt ist eine soziale Blogging-Anwendung, die mit Flask erstellt wurde. Sie bietet eine Plattform für Benutzerkontenverwaltung, Follow-Beziehungen und chronologische Beitrags-Streams, unterstützt durch eine relationale PostgreSQL-Datenbank. Die Anwendung verfügt über eine mehrsprachige Weboberfläche mit lokalisierten Inhalten und Datumsformatierung. Sie ist als dockerisierte Webanwendung konzipiert und nutzt Containerisierung für eine konsistente Bereitstellung in verschiedenen Umgebungen. Das System integriert eine Vielzahl von Kernfunktionen, darunter Volltextsuche mit Provider-Abstraktion, einen asynchronen Task-Worker für Hintergrundverarbeitung und ein umfassendes Identitätssystem für sichere Registrierung und Sitzungsverfolgung. Zudem implementiert es private Nachrichten, SMTP-E-Mail-Versand und eine API mit tokenbasierter Authentifizierung. Die Codebasis verwendet eine modulare Architektur mit dem Application-Factory-Pattern und Blueprints zur Organisation von Routing und Logik.
Triggers automated builds and deployments by pushing source code to a remote hosting platform.
Dieses Projekt ist ein Git-basierter statischer Site-Generator und ein Flat-File-Content-Management-System. Es fungiert als Markdown-Blog-Engine, die einfache Textdateien aus einem versionskontrollierten Repository in strukturierte Webseiten umwandelt. Das System nutzt einen Git-basierten Blogging-Workflow, um Inhaltsänderungen durch Commits und Pull-Requests zu verfolgen und zu verwalten. Dieser Ansatz ersetzt traditionelle relationale Datenbanken durch Flat-File-Datenspeicherung zur Verwaltung von Website-Beiträgen. Die Engine deckt die Generierung statischer Seiten und das Markdown-basierte Authoring ab, um Quelltext in HTML umzuwandeln. Sie integriert einen Git-gesteuerten Deployment-Prozess, der Builds und Veröffentlichungen auslöst, sobald Änderungen in das Repository gepusht werden.
Provides a deployment workflow that automatically builds and publishes the site whenever changes are pushed to Git.
Dieses Projekt ist ein Obsidian-Plugin, das als Static Site Generator fungiert und darauf ausgelegt ist, lokale Markdown-Notiz-Vaults in öffentliche Websites zu verwandeln. Es automatisiert die Konvertierung strukturierter Textdateien in eine Live-Wissensdatenbank, wodurch Nutzer ihre persönlichen Recherchen und Dokumentationen direkt aus ihrem lokalen Speicher teilen können. Die Plattform zeichnet sich durch einen sicherheitsorientierten Ansatz beim Content-Management aus und nutzt Frontmatter-basierte Flags, um sicherzustellen, dass nur explizit markierte Notizen im Web veröffentlicht werden. Dieser selektive Veröffentlichungsmechanismus verhindert die versehentliche Offenlegung privater Vault-Daten, während eine Git-basierte Deployment-Pipeline die Synchronisierung der Inhalte zu Remote-Hosting-Anbietern automatisiert. Das System unterstützt eine breite Palette an Site-Management-Funktionen, einschließlich der Generierung interaktiver Navigationstools wie Dateibäume und Backlink-Discovery. Es bietet zudem umfangreiche Optionen für visuelle Anpassungen durch Template-gesteuerte Layouts und Style-Overrides, was die Integration von Rich Media wie Diagrammen und mathematischen Gleichungen in die veröffentlichte Ausgabe ermöglicht.
Automates site deployment by triggering build pipelines upon pushing content to a version-controlled repository.
Dieses Projekt ist ein PHP-basiertes Dienstprogramm zur Automatisierung von serverseitigen Code-Updates durch Synchronisierung eines Webservers mit einem Remote-Repository. Es fungiert als Continuous-Deployment-Tool, das Updates automatisch auslöst, sobald ein Push-Ereignis im Versionskontrollsystem auftritt. Das System zeichnet sich durch die Nutzung von Webhook-getriggerten Ausführungen zur Initiierung von Deployment-Aufgaben aus, wodurch sichergestellt wird, dass Live-Umgebungen konsistent mit dem Quellcode bleiben. Es unterstützt Multi-Environment-Management, was unabhängige Konfigurationseinstellungen und unterschiedliche Zielpfade für verschiedene Entwicklungsstadien ermöglicht. Das Tool bietet einen sicheren Mechanismus für die Remote-Server-Synchronisierung, indem es geheime Token für die Anfragenauthentifizierung erfordert, was unbefugten Zugriff auf Deployment-Endpunkte verhindert. Es verwaltet diese Prozesse durch Shell-Kommando-Orchestrierung, was die Ausführung nativer Systemoperationen ermöglicht, um den Repository-Status und die Dateisystem-Parität zu wahren.
Updates web server files automatically by pulling the latest code from a remote repository upon push events.