Deploy a Blueprint
Install maintained software without assembling its services and data dependencies yourself.
Get an application online from your own container image, or start with a maintained Blueprint. Add databases and durable storage when you need them, create complete preview Environments for changes, and operate everything from the same console and CLI.
Choose the path that matches what you have today:
Deploy a Blueprint
Install maintained software without assembling its services and data dependencies yourself.
Deploy your application
Package your application as a container, push it, and serve it over HTTPS.
Configure an application
Add variables, secrets, dependencies, storage, and public or private routes.
Add data
Choose a database, durable volume, or object storage and understand its recovery policy.
Test a change
Fork production into a disposable preview and apply the proposed revision there.
Fix a deployment
Inspect health and logs, correct failed applies, and recover application or data state.
Private Net
Enrol devices once and grant people access to private application routes.
Keep your application configuration below .deliberate/, then apply it to an
Environment:
deliberate apply --env productionChange the files and apply again. The CLI validates the complete Project before it changes the Environment; repeating the same apply is safe. The console shows the resulting topology, health, routes, and operational controls.
Start by deploying a Blueprint or deploying your own application.