Skip to main content

Application Deployment Types

1. Docker Deployment

Docker deployment allows you to deploy applications using container images. This method gives you full control over your runtime environment and is ideal for production-ready applications.

  • Deploy using custom Docker images
  • Suitable for advanced use cases

Learn more: Docker Deployment

2. GIT Deployment

Source code deployment enables you to deploy applications directly from your codebase. The platform automatically builds and runs your application.

  • No need to create Docker images manually
  • Easy integration with Git repositories

Learn more: Deploy Application


3. Archive Upload Deployment

This allows you to deploy application using zip or TAR files

Learn more: Upload Archive