🚀 Deployments Dashboard

-
Total Deployments
-
Sandbox Previews
-
Production Apps
-
Running Now

🌿 GitFlow Collaboration Guide

🏆 main
→ PRODUCTION
🔥 hotfix
→ FAST PROD
🚀 release
→ PRE-PROD
🔧 develop
→ STAGING
⚡ feature
→ SANDBOX

🔀 Branch → Deployment Mapping

feature/*

Temporary preview deployments for feature development. Auto-expires after 24 hours.

Sandbox 24h TTL Auto-deploy
🔧

develop

Integration branch for testing. Long-running staging environment updated on every push.

Staging 7 days TTL Auto-deploy
🚀

release/*

Pre-production environment for final testing before release. 2 replicas for HA testing.

Pre-prod Permanent 2 replicas
🔥

hotfix/*

Urgent production fixes. Fast-tracked to production with 2 replicas.

Production Permanent Fast-track
🏆

main / master

Production deployment. Requires manual approval. Full HA with 3 replicas.

Production Permanent 3 replicas Approval required

💡 Best Practices for Team Collaboration

  • Always create feature branches from develop
  • Name branches: feature/TICKET-123-description
  • Keep feature branches short-lived (1-2 weeks max)
  • Merge to develop via Pull Request with review
  • Create release/* branches for version preparation
  • Use hotfix/* only for critical production issues
  • Tag all production releases: v1.2.3
  • Never commit directly to main or develop

⚡ Sandbox Previews (0)

Loading sandboxes...

🌍 Production Deployments (0)

Loading production deployments...