Deployment
25 articles in this category.
How to Deploy a Python Celery Worker on Miget
Learn to deploy a Python web app and a Celery background worker on Miget. Run both services within a single Resource plan, with no per-service billing.
How to Run Cron Jobs on a Modern PaaS
Learn how to schedule recurring tasks and background jobs for your web application using cron jobs on a PaaS. Automate cleanup, reports, and more.
Deploy a Django App with PostgreSQL in Minutes
Learn the easiest way to deploy a Django app with a managed PostgreSQL database. Go from a GitHub repo to a live URL in minutes with zero-config buildpacks.
Dockerfile vs Buildpacks: Which Should You Choose?
Explore the differences between Dockerfile and Buildpacks for containerizing apps. Learn the pros and cons to decide the best approach for your deployment pipeline.
Optimize Your Dockerfile for Production: 10 Best Practices
Learn 10 best practices to optimize your Dockerfile for production. Reduce image size, speed up builds, and improve security for your containerized apps.
Preview Environments for Every Pull Request
Learn how to automatically create preview environments for every pull request. Test changes in isolated, production-like environments to ship code faster.
Deploy Any Language to Docker Without Writing a Dockerfile
Containerize apps in 14 languages with one command using migetpacks. Zero configuration, optimized images, production-ready.
How to Deploy Node.js to Docker Without Writing a Dockerfile
Containerize your Node.js app in one command using migetpacks. Supports npm, yarn, and pnpm with automatic version detection.
How to Deploy Deno to Docker Without Writing a Dockerfile
Containerize your Deno app in one command using migetpacks. Automatic entry point detection and dependency caching.