Workflows
MiniPaaS provides a few high‑level workflows to operate your stack on Swarm.
Build images
Build tagged images for your services using the compose build context.
minipaas deploy build --env dev
Rolling update
Deploy a zero‑downtime rollout of the stack.
minipaas deploy rollout --env dev
Canary
Add temporary replicas using the currently deployed image for a service.
minipaas deploy canary --env dev --replicas 1 api worker
Routing
Push updated Caddy config to the runtime.
minipaas deploy routing --env dev