Skip to content

Deployments

Understanding deployments in Sproobo and how to deploy your applications

Deployments in Sproobo are your applications and services running on your servers. Sproobo makes it easy to deploy from templates or directly from Git repositories.

What are Deployments?

A deployment in Sproobo is a running application or service that:

  • Runs on your provisioned servers
  • Automatically configured with Docker
  • Accessible via HTTPS URL
  • Managed through the Sproobo dashboard

Deployment Options

  • Templates: Deploy from pre-configured templates (Next.js, FastAPI, Go, etc.)
  • Git Repositories: Deploy directly from GitHub
  • Container Images: Deploy from Docker images in registries
  • Docker Compose: Deploy multi-container applications

Deployment Features

Key Features

  • Automatic HTTPS with SSL certificates
  • Zero-downtime deployments
  • Automatic rollback on failure
  • Environment variable management
  • Health checks and monitoring
  • Log aggregation and viewing

Getting Started

Ready to deploy your first application?

Next: Deploying from Templates → or Deploying from Git →