Deploying
Developer previewFrom source change to immutable release to running environment.
12pnpm dlx @continual/cli@latest devpnpm dlx @continual/cli@latest deployWhat the current command does
- Compiles and validates
continual.config.ts. - Resolves the linked project and branch, creating the current branch when needed.
- Records the source revision and compiled manifest in an immutable deployment.
- Activates that deployment on the branch.
Target delivery model
A project-wide release will resolve the backend and app builds, backend contract, infrastructure declarations, migrations, dependencies, and compatibility metadata from one source revision. A deployment will reconcile that release into an environment and record the complete resolved manifest.
Environments
An environment is a running target with URLs, bindings, secret values, a database, deployed executables, and a lifecycle. Feature branches normally get preview environments.
In the target model, merging to main creates an immutable release. That same release can move through staging and into production after checks. Rollback redeploys a prior release rather than rebuilding old source.
As the delivery model expands, migration review, environment configuration, custom domains, and CI integration should remain explicit parts of the release record.