awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesDeployment Aliasing

Tools for managing immutable web deployments by assigning stable, human-readable aliases to specific build versions.

Distinguishing note: Focuses on deployment versioning and aliasing rather than general web hosting.

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

Awesome Deployment Aliasing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • expo/expoالصورة الرمزية لـ expo

    expo/expo

    50,111عرض على GitHub↗

    Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit

    Enables the assignment of stable aliases to specific web deployment versions for predictable access.

    TypeScriptandroidapp-frameworkexpo
    عرض على GitHub↗50,111
  • vercel/vercelالصورة الرمزية لـ vercel

    vercel/vercel

    15,738عرض على GitHub↗

    Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure that automates the build process by detecting project frameworks and distributing static and dynamic content through a global content delivery network. The platform executes application logic using serverless functions that scale automatically based on real-time traffic demand. The platform distinguishes itself through a centralized AI gateway that proxies requests to multiple model providers, enabling standardized authentication, observability, and cost tracking. It supports

    Routes client requests to their original deployment version to prevent errors and state loss when new versions are released.

    TypeScriptclicloudcommand
    عرض على GitHub↗15,738
  • getpaseo/paseoالصورة الرمزية لـ getpaseo

    getpaseo/paseo

    9,118عرض على GitHub↗

    Paseo is an LLM coding agent orchestrator and multi-agent workflow manager designed to coordinate multiple AI agents across isolated git worktrees. It provides a unified control interface for managing these agents and their associated environments to execute complex programming tasks. The system distinguishes itself through a remote agent daemon that enables secure access to local coding agents via encrypted relays. It employs a git worktree environment manager to isolate parallel tasks into dedicated directories and branch-based server URLs, preventing file collisions and network port confli

    Assigns unique development server URLs based on git branch names to prevent network port conflicts between agents.

    TypeScriptadeagentsclaude-code
    عرض على GitHub↗9,118
  • hunvreus/devpushالصورة الرمزية لـ hunvreus

    hunvreus/devpush

    4,492عرض على GitHub↗

    Devpush is a self-hosted Git-based PaaS that automates the deployment of containerized applications. It maps each Git branch to an isolated Docker environment, creating a multi-environment runtime where staging, production, and other workflows run in parallel with scoped configuration and encrypted variables. Deployments are triggered automatically by Git push events via a configured GitHub App, managing the full lifecycle from build to release with zero-downtime rollouts and instant rollback. The platform includes a built-in Let's Encrypt SSL manager that automatically provisions and renews

    Provides unique deployment URLs plus branch- and environment-based aliases that point to the latest deployment.

    Pythoncontinuous-deploymentdeploymentdjango
    عرض على GitHub↗4,492
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Aliasing

استكشف الوسوم الفرعية

  • Branch-Based URL AliasesAssigns unique deployment URLs and branch- or environment-based aliases that point to the latest deployment. **Distinct from Deployment Aliasing:** Distinct from Deployment Aliasing: focuses on branch- and environment-based URL assignment rather than general immutable version aliasing.
  • Deployment Version ConsistencyRoutes client requests to their original deployment version to prevent errors and state loss during releases. **Distinct from Deployment Aliasing:** Distinct from Deployment Aliasing: focuses on request routing consistency for state preservation rather than just aliasing.