Deployments
The Deployments page shows everything deployed to the selected project, grouped by version — one card per version, newest first. Deploying itself happens in the CLI; from here you manage what's already uploaded: publish, roll back, annotate, download, and delete revisions.
Version Cards
The card title is the version. The subtitle describes its newest revision —
latest rev 2 · deployed … · by … — and the card body shows the latest revision's
notes and the revision count. Badges on the right show where the version is live,
one per channel in that channel's color — production · rev 2. A version that no
channel serves shows Not live instead.
The Filters card narrows the list to versions live on one channel. If the project has more than 200 versions, the page loads the newest 200 and says so.
Revisions
Expand a card to list every revision of that version: Rev, Size, Deployed, By, and Live on — the channels currently serving that revision, blank when there are none.
Each row has a ⋮ menu:
- Publish — points a channel at this revision. Pick the target channel in the dialog; if the channel already serves this version, it's repointed. Publishing is also how you promote and roll back: publish the revision you want the channel to serve.
- Unpublish — available when the revision is live. Removes this version from a channel; the deployment is not deleted and can be published again at any time.
- Edit notes — update the revision's notes.
- Download — the revision's bundle tarball, the exact bytes clients receive.
- Copy SHA-256 — the bundle's checksum.
- Delete — available when the revision is not live. Permanently removes the revision's bundle; this cannot be undone. Unpublish a live revision first if you really mean to delete it.