Deployments

How deployments work

Understand the path from a selected Git revision to a built container and managed runtime.

1. A deployment records the project source and requested revision

A deployment records the project source and requested revision.

2. The job is queued and claimed by an available worker

The job is queued and claimed by an available worker.

3. Deploy Hatch builds the source using the project configuration

Deploy Hatch builds the source using the project configuration.

4. A successful build starts the runtime with the project environment and resource limits

A successful build starts the runtime with the project environment and resource limits.

5. Deployment state, logs, revision information, and runtime controls remain available from the dashboard

Deployment state, logs, revision information, and runtime controls remain available from the dashboard.