Github Deployments Plugin

Published on March 29th, 2022

The Github Deployments plugin will display a table of deployments for this repo made through Github Actions.

github-deployments-screenshot Credit: Andrew Johnson

Prerequisites

Adding the Plugin

Ask a Roadie Admin to add the EntityGithubDeploymentsCard as a new tab in an Entity using the Dynamic UI editor.

It should then pick up and display any deployments for the repository listed in the github.com/project-slug annotation.

You can configure how many deployments are shown per page by passing in props to the card when adding it or editing it like so:

{
  "last": 10,
  "lastStatuses": 2
}