Environments
Sanic allows you to define commands and configuration on a per-environment basis with ease.
Concurrent Builds
Sanic uses Buildkit, cutting edge technology which builds your images concurrently and efficiently.
Integrated Deployments
Sanic allows you to define deployments using a templating language your team already understands.
Build
Sanic discovers all of the Dockerfiles in the project directory, and builds and pushes them in parallel.
Work
We've declared a print_env script in two separate environments. Watch as the one executed changes based on which environment we are in.
Deploy
Sanic only requires two commands to deploy. The website you're on right now is a sanic project: Watch as we deploy a new version with no downtime.