Deploy Activity Feed
Engineering deploy timeline showing who shipped what service to which environment with status, commit SHA, and one rollback event.
Engineering deploy timeline showing who shipped what service to which environment with status, commit SHA, and one rollback event.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Deploy Activity Feed is the engineering activity stream: a vertical timeline rail with six events covering api-gateway, auth-service, billing-worker, and dashboard-web. Each row shows the avatar, who shipped what service (monospaced pill), environment badge (production secondary, staging outline), commit SHA in mono (e3f8a12, b94c771), status icon and label, and elapsed time. One rollback event for billing-worker is shown between the failed deploy and the successful earlier build, making the incident story self-evident without extra prose.
Events are one typed array with a DeployStatus union and an isRollback flag. Status icons and env badge variants live in lookup records so adding a new env or status is a one-line change.
Reach for this block on an engineering activity page, a project overview sidebar, or a CI status panel, wired to your deploy webhook stream. The View CI dashboard button should link to your pipeline tool.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the production deploy stream. Other activity feeds:
Tip: the rollback row is the most informative event in any deploy feed; make it visually distinct (the RotateCcw icon does the work here) without reaching for color.