Skip to main content
Deployments

How deployments work

How preview and production deployments work on Easel.

Easel creates a deployment for every push to a connected repository. Preview deployments get shareable URLs. Production deployments update your live URL and any custom domains attached to the project.

How deployments are created

  1. Connect a Git repository to your project.
  2. Set the production branch in Project settings → Environments.
  3. Push to that branch for production, or to any other branch for a preview.

You can inspect build logs, output, and URLs on each deployment’s detail page in the dashboard.

Guides in this section

On this page

Edit on GitHub