awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 रिपॉजिटरी

Awesome GitHub RepositoriesGit Deployment Integrations

Automated synchronization of site files to remote Git repositories.

Distinguishing note: Specifically targets Git-based deployment workflows.

Explore 23 awesome GitHub repositories matching devops & infrastructure · Git Deployment Integrations. Refine with filters or upvote what's useful.

Awesome Git Deployment Integrations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • hexojs/hexohexojs का अवतार

    hexojs/hexo

    41,768GitHub पर देखें↗

    Hexo is a command-line static site generator designed for content-driven blogging and website creation. It functions as a structured framework that transforms plain text files and markdown into production-ready static websites, utilizing a template-based rendering engine to separate site content from visual presentation. The project is distinguished by its event-driven build pipeline, which manages the entire site lifecycle through a series of hooks for file processing, asset generation, and deployment. Developers can extend the system’s core capabilities through a modular plugin architecture

    Deploys site files to remote Git repositories for version-controlled hosting.

    TypeScripthacktoberfesthexojavascript
    GitHub पर देखें↗41,768
  • langchain-ai/deepagentslangchain-ai का अवतार

    langchain-ai/deepagents

    25,006GitHub पर देखें↗

    Deepagents is an LLM agent orchestration platform and stateful application server designed for deploying and managing AI agents built with computational graphs. It provides a containerized runtime environment that handles agent execution, state persistence, and the versioning of AI assistants. The platform distinguishes itself through deep integration with the Model Context Protocol, allowing agents to function as servers that expose tools and capabilities to external clients. It features a sophisticated observability suite for capturing execution traces, performing LLM-based evaluations agai

    Connects to external Git repositories to retrieve source code for agent deployment.

    Pythonagentsdeepagentslangchain
    GitHub पर देखें↗25,006
  • getgrav/gravgetgrav का अवतार

    getgrav/grav

    15,395GitHub पर देखें↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Updates remote web environments automatically by pushing local code changes to a master branch.

    PHPcmscontentcontent-management
    GitHub पर देखें↗15,395
  • flynn/flynnflynn का अवतार

    flynn/flynn

    7,850GitHub पर देखें↗

    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.

    Go
    GitHub पर देखें↗7,850
  • mightymoud/sidekickMightyMoud का अवतार

    MightyMoud/sidekick

    7,465GitHub पर देखें↗

    Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime

    Triggers automatic redeployment when a new Docker image is pushed to a registry, integrating with CI/CD pipelines.

    Godeploymentherokuself-host
    GitHub पर देखें↗7,465
  • getpublii/publiiGetPublii का अवतार

    GetPublii/Publii

    7,085GitHub पर देखें↗

    Publii is a local static site generator and offline content management system. It operates as a desktop application that renders content into HTML files on a local machine, removing server-side vulnerabilities and eliminating the need for a live database or active internet connection during the authoring process. The system is distinguished by a focus on privacy and search engine optimization. It includes built-in tools for GDPR compliance, such as cookie consent management and the ability to restrict third-party embeds until user consent is provided. For visibility, it automates the generati

    Integrates with Git to push local changes to remote repositories for automated site deployment.

    HTMLcmselectronelectronjs
    GitHub पर देखें↗7,085
  • gitname/react-gh-pagesgitname का अवतार

    gitname/react-gh-pages

    6,950GitHub पर देखें↗

    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.

    TypeScriptcreate-react-appdeploymenteducational
    GitHub पर देखें↗6,950
  • piku/pikupiku का अवतार

    piku/piku

    6,590GitHub पर देखें↗

    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.

    Python
    GitHub पर देखें↗6,590
  • goodrain/rainbondgoodrain का अवतार

    goodrain/rainbond

    6,184GitHub पर देखें↗

    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.

    Go
    GitHub पर देखें↗6,184
  • deis/deisdeis का अवतार

    deis/deis

    5,999GitHub पर देखें↗

    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.

    Pythoncontainerscoreosdeis-paas
    GitHub पर देखें↗5,999
  • partykit/partykitpartykit का अवतार

    partykit/partykit

    5,644GitHub पर देखें↗

    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.

    TypeScriptbackendscollaborationcrdts
    GitHub पर देखें↗5,644
  • git-ftp/git-ftpgit-ftp का अवतार

    git-ftp/git-ftp

    5,583GitHub पर देखें↗

    git-ftp is a tool that synchronizes files to an FTP server by comparing Git commit histories. It tracks the last deployed Git commit on the server and uses git diff to determine which files have changed, uploading only those files incrementally. The entire tool is implemented as a single-file Bash script, making it portable and dependency-free across Unix systems. The tool supports deploying any Git branch, tag, or commit to an FTP server, enabling rollbacks to previous versions and switching between different environments such as staging and production. It uses raw socket connections and s

    Deploys any branch or historical commit to an FTP server for rollbacks and environment switching.

    Shelldeployftpgit
    GitHub पर देखें↗5,583
  • gitpitch/gitpitchgitpitch का अवतार

    gitpitch/gitpitch

    5,481GitHub पर देखें↗

    Gitpitch एक प्रकाशन प्रणाली है जो रिमोट रिपॉजिटरी से मार्कडाउन फ़ाइलों को सिंक करके प्रेजेंटेशन स्लाइड होस्ट करती है। यह पेशेवर और शैक्षिक सामग्री के लिए मार्कडाउन टेक्स्ट को फ़ॉर्मेटेड स्लाइड डेक में बदलने के लिए एक उपकरण के रूप में कार्य करता है। यह सिस्टम मार्कडाउन फ़ाइलों को रिमोट रिपॉजिटरी में पुश करके प्रेजेंटेशन डेक को सार्वजनिक या निजी रूप से साझा करने में सक्षम बनाता है। यह वर्कफ़्लो वर्ज़न कंट्रोल का उपयोग करके तकनीकी प्रेजेंटेशन एसेट के विकास और पूर्वावलोकन की अनुमति देता है। यह टूल मार्कडाउन प्रेजेंटेशन को ऑफ़लाइन साझा करने के लिए PDF, PPTX और HTML फ़ाइलों सहित कई वितरण स्वरूपों में बदलने की क्षमता प्रदान करता है।

    Implements a workflow where pushing markdown files to a Git repository automatically triggers the hosting of slide decks.

    Pythongitmarkdownpresentation
    GitHub पर देखें↗5,481
  • miguelgrinberg/microblogmiguelgrinberg का अवतार

    miguelgrinberg/microblog

    4,771GitHub पर देखें↗

    यह प्रोजेक्ट Flask के साथ बनाया गया एक सोशल ब्लॉगिंग एप्लिकेशन है। यह PostgreSQL रिलेशनल डेटाबेस द्वारा समर्थित यूज़र अकाउंट मैनेजमेंट, फॉलोइंग रिलेशनशिप्स और क्रोनोलॉजिकल पोस्ट स्ट्रीम के लिए एक प्लेटफ़ॉर्म प्रदान करता है। एप्लिकेशन में लोकलाइज़्ड कंटेंट और डेट फ़ॉर्मेटिंग के साथ एक बहुभाषी वेब इंटरफ़ेस है। इसे एक डॉकराइज़्ड वेब एप्लिकेशन के रूप में डिज़ाइन किया गया है, जो विभिन्न एनवायरनमेंट में कंसिस्टेंट डिप्लॉयमेंट के लिए कंटेनराइज़ेशन का उपयोग करता है। यह सिस्टम विभिन्न मुख्य क्षमताओं को एकीकृत करता है, जिसमें प्रोवाइडर एब्स्ट्रैक्शन के साथ फुल-टेक्स्ट सर्च, बैकग्राउंड प्रोसेसिंग के लिए एक एसिंक्रोनस टास्क वर्कर, और सुरक्षित रजिस्ट्रेशन और सेशन ट्रैकिंग को कवर करने वाला एक व्यापक आइडेंटिटी सिस्टम शामिल है। यह प्राइवेट मैसेजिंग, SMTP ईमेल ट्रांसमिशन और टोकन-आधारित ऑथेंटिकेशन के साथ एक API भी लागू करता है। कोडबेस राउटिंग और लॉजिक को व्यवस्थित करने के लिए एप्लिकेशन फ़ैक्टरी पैटर्न और ब्लूप्रिंट्स का उपयोग करके एक मॉड्यूलर आर्किटेक्चर अपनाता है।

    Triggers automated builds and deployments by pushing source code to a remote hosting platform.

    Pythonflaskpythonwebapp
    GitHub पर देखें↗4,771
  • sorrycc/blogsorrycc का अवतार

    sorrycc/blog

    4,452GitHub पर देखें↗

    यह प्रोजेक्ट एक git-आधारित स्टेटिक साइट जनरेटर और फ्लैट-फाइल कंटेंट मैनेजमेंट सिस्टम है। यह एक मार्कडाउन ब्लॉग इंजन के रूप में कार्य करता है जो वर्शन-नियंत्रित रिपॉजिटरी से सादे टेक्स्ट फाइलों को संरचित वेब पेजों में परिवर्तित करता है। सिस्टम कमिट्स और पुल रिक्वेस्ट के माध्यम से कंटेंट परिवर्तनों को ट्रैक और प्रबंधित करने के लिए एक git-आधारित ब्लॉगिंग वर्कफ़्लो का उपयोग करता है। यह दृष्टिकोण वेबसाइट पोस्ट्स को प्रबंधित करने के लिए पारंपरिक रिलेशनल डेटाबेस को फ्लैट-फाइल कंटेंट स्टोरेज के साथ बदल देता है। इंजन सोर्स टेक्स्ट को HTML में बदलने के लिए स्टेटिक साइट जनरेशन और मार्कडाउन-आधारित ऑथरिंग को कवर करता है। यह एक git-संचालित डिप्लॉयमेंट प्रक्रिया को शामिल करता है जो रिपॉजिटरी में परिवर्तन पुश किए जाने पर बिल्ड्स और पब्लिशिंग को ट्रिगर करता है।

    Provides a deployment workflow that automatically builds and publishes the site whenever changes are pushed to Git.

    GitHub पर देखें↗4,452
  • hasura/gitkubehasura का अवतार

    hasura/gitkube

    3,847GitHub पर देखें↗

    Gitkube is a Kubernetes-native CI/CD controller and container image builder that automates the deployment of applications directly within a cluster. It functions as a GitOps deployment engine that synchronizes cluster state with version control repositories, allowing source code to be compiled into container images and deployed upon git push events. The system focuses on secure, multi-tenant resource management by mapping specific git repositories to dedicated Kubernetes namespaces. It utilizes an identity verification layer based on cryptographic SSH keys and role-based access control to aut

    Implements deployment workflows triggered by git push events with built-in security verification.

    Goci-cdcontinuous-deploymentdeveloper-tools
    GitHub पर देखें↗3,847
  • sahat/megaboilerplatesahat का अवतार

    sahat/megaboilerplate

    3,802GitHub पर देखें↗

    Megaboilerplate is a JavaScript application scaffolder and project generation tool. It provides a set of starter templates and a command-line interface to bootstrap the directory structures and configuration files for various project architectures. The tool generates customized boilerplates for full-stack web applications, universal applications using server-side rendering, and cross-platform JavaScript libraries. It includes predefined templates for integrating third-party identity providers via OAuth and cloud-ready starters optimized for Git-based deployment workflows. The project covers

    Implements automated deployment workflows triggered by pushing code to Git repositories.

    CSS
    GitHub पर देखें↗3,802
  • aws/copilot-cliaws का अवतार

    aws/copilot-cli

    3,735GitHub पर देखें↗

    AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It serves as a container deployment tool, infrastructure orchestrator, and job runner, enabling the release of production-ready workloads through a simplified set of commands. The tool distinguishes itself by automating the entire application lifecycle, from initializing directory structures and manifests to managing continuous delivery pipelines with Git integration. It utilizes a manifest-based approach to generate and customize cloud infrastructure templates, allowing for the

    Automatically builds, pushes, and deploys services upon code changes in a Git repository.

    Goaws-apprunneraws-ecsaws-fargate
    GitHub पर देखें↗3,735
  • oleeskild/obsidian-digital-gardenoleeskild का अवतार

    oleeskild/obsidian-digital-garden

    2,159GitHub पर देखें↗

    यह प्रोजेक्ट एक Obsidian प्लगइन है जो एक स्टैटिक साइट जनरेटर के रूप में कार्य करता है, जिसे लोकल Markdown नोट वॉल्ट्स को सार्वजनिक-फेसिंग वेबसाइटों में बदलने के लिए डिज़ाइन किया गया है। यह स्ट्रक्चर्ड टेक्स्ट फाइलों को एक लाइव ज्ञान आधार में बदलने को स्वचालित करता है, जिससे यूज़र्स अपने व्यक्तिगत शोध और दस्तावेज़ीकरण को सीधे अपने लोकल स्टोरेज से साझा कर सकते हैं। यह प्लेटफॉर्म कंटेंट प्रबंधन के लिए सुरक्षा-प्रथम दृष्टिकोण के माध्यम से अलग है, जो यह सुनिश्चित करने के लिए फ्रंटमैटर-आधारित फ्लैग्स का उपयोग करता है कि केवल स्पष्ट रूप से चिह्नित नोट्स ही वेब पर प्रकाशित हों। यह चयनात्मक प्रकाशन तंत्र निजी वॉल्ट डेटा के आकस्मिक जोखिम को रोकता है, जबकि एक git-आधारित डिप्लॉयमेंट पाइपलाइन कंटेंट को रिमोट होस्टिंग प्रोवाइडर्स के साथ सिंक्रोनाइज़ करने को स्वचालित करती है। यह सिस्टम फाइल ट्रीज़ और बैकलिंक डिस्कवरी जैसे इंटरैक्टिव नेविगेशन टूल्स के जनरेशन सहित साइट प्रबंधन क्षमताओं की एक विस्तृत श्रृंखला का समर्थन करता है। यह टेम्पलेट-संचालित लेआउट और स्टाइल ओवरराइड्स के माध्यम से विज़ुअल कस्टमाइज़ेशन के लिए व्यापक विकल्प भी प्रदान करता है, जो प्रकाशित आउटपुट के भीतर आरेख और गणितीय समीकरणों जैसे समृद्ध मीडिया के एकीकरण की अनुमति देता है।

    Automates site deployment by triggering build pipelines upon pushing content to a version-controlled repository.

    TypeScript
    GitHub पर देखें↗2,159
  • mldangelo/personal-sitemldangelo का अवतार

    mldangelo/personal-site

    1,642GitHub पर देखें↗

    यह प्रोजेक्ट एक स्थिर साइट जनरेटर के रूप में निर्मित एक व्यक्तिगत पोर्टफोलियो वेबसाइट टेम्प्लेट है। यह पेशेवरों के लिए अपने करियर इतिहास, तकनीकी प्रोजेक्ट्स और ब्लॉग सामग्री को एक उत्तरदायी वेब इंटरफ़ेस के माध्यम से प्रदर्शित करने के लिए एक संरचित फ्रेमवर्क प्रदान करता है। यह साइट एक मार्कडाउन-आधारित सामग्री प्रबंधन सिस्टम को एकीकृत करके खुद को अलग करती है जो सादे टेक्स्ट फ़ाइलों को संरचित वेब पेजों में परिवर्तित करती है। इसमें स्वचालित तैनाती वर्कफ़्लो शामिल हैं जो रिपॉजिटरी में परिवर्तन पुश किए जाने पर निर्माण और रिलीज़ प्रक्रियाओं को ट्रिगर करते हैं, यह सुनिश्चित करते हुए कि अपडेट मैन्युअल हस्तक्षेप के बिना लाइव वेब सर्वर पर प्रकाशित किए जाते हैं। प्लेटफ़ॉर्म पेशेवर पहचान प्रबंधन टूल की एक विस्तृत श्रृंखला को कवर करता है, जिसमें केंद्रीकृत प्रोफ़ाइल डेटा सिंक्रोनाइज़ेशन, रिज़्यूमे स्वरूपण और सर्च इंजन मेटाडेटा कॉन्फ़िगरेशन शामिल है। यह थीम टॉगलिंग और ब्रांडिंग नियंत्रणों के माध्यम से विज़ुअल अनुकूलन का समर्थन करता है, जबकि आगंतुक व्यवहार और साइट प्रदर्शन की निगरानी के लिए बाहरी एनालिटिक्स सेवाओं के लिए हुक प्रदान करता है।

    Automates the build and release pipeline by executing server-side scripts whenever new code is pushed to the primary repository branch.

    TypeScriptgithub-pagejavascriptpersonal-website
    GitHub पर देखें↗1,642
पिछला12अगला
  1. Home
  2. DevOps & Infrastructure
  3. Git Deployment Integrations

सब-टैग एक्सप्लोर करें

  • Git-Push Deployments2 सब-टैग्स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.
  • Push-Triggered Deployments1 सब-टैगDeployment platforms that trigger automated build-test-deploy cycles when code is pushed to a configured Git repository. **Distinct from Git Deployment Integrations:** Distinct from Git Deployment Integrations: focuses on the push-triggered deployment model rather than general file synchronization.