2 مستودعات
Platforms that deploy code directly from remote Git repositories.
Distinguishing note: Focuses on the source-to-deployment workflow.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Git-based Deployment Services. Refine with filters or upvote what's useful.
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
Deploys applications directly from remote Git repositories using secure authentication.
Mina هو أداة نشر عن بعد تعتمد على Git وأداة أتمتة نشر عبر SSH مصممة لإدارة إصدارات التطبيقات. يعمل كمدير إصدارات يعتمد على الروابط الرمزية (symlinks) يقوم باستنساخ الكود المصدري من مستودعات Git مباشرة إلى الخوادم، وهو مصمم خصيصاً للتعامل مع نشر مشاريع Ruby وتكوين البيئة. يقوم النظام بأتمتة تحديثات الخادم عن طريق إنشاء نص برمجي bash واحد محلياً وتنفيذه عبر جلسة SSH واحدة. يتيح هذا النهج عمليات نشر بدون توقف (zero-downtime) باستخدام أدلة إصدارات مختومة زمنياً وتحديث رابط رمزي للتبديل بين الإصدارات النشطة والسابقة فوراً. تغطي الأداة سير عمل أتمتة واسع النطاق بما في ذلك تنفيذ الأوامر عن بعد، وتثبيت التبعيات، وتنسيق مهام البناء. كما يوفر آليات للتراجع عن النشر وتنظيف الإصدارات المؤتمتة للحفاظ على عدد قابل للتكوين من الإصدارات الحديثة.
Provides a deployment system that clones source code from Git repositories directly onto servers to manage releases.