Deployment Methods
Miget supports multiple deployment methods to fit your workflow:- GitHub Integration - Connect your GitHub repositories and deploy with auto-deploy on push, branch selection, and preview environments.
- Git Push to Builder - Push your code directly to Miget’s builder. Miget handles building and deploying your application automatically.
- Container Registry - Deploy pre-built container images from any Docker registry. Ideal when you have your own CI/CD pipeline.
- Parent Image - Use another Miget app as a base image for your deployment.
Not an Application?
- Docker Compose Stacks - deploy a whole multi-service application from a single
compose.yaml. - Static Sites - host prebuilt HTML, CSS, and JavaScript with no compute Resource at all, built from Git or uploaded as a zip or over SFTP.

