Skip to main content

Common workflows

Practical Easel deployment patterns mapped to step-by-step guides.

These workflows map typical tasks to the guides that cover them on Easel. They are documentation walkthroughs, not a gallery of deployable example repositories.

Deploy a web application

Connect a Git repository, let Easel detect your framework, and ship preview URLs on every branch.

Preview and production

Use separate environments so previews stay isolated from production traffic.

Protect traffic

Add firewall rules and site-wide Attack Mode without a separate security vendor.

Automate from CI

npm install -g @easel-sh/cli
easel login
easel link --project my-app
easel list --prod
easel logs --follow --expand

More resources