Github Deployments Plugin
Published on March 29th, 2022The Github Deployments plugin will display a table of deployments for this repo made through Github Actions.
Credit: Andrew Johnson
Prerequisites
- The Roadie Github App installed
- A
github.com/project-slug
annotation present in yourcatalog-info.yaml
file
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
}