Style |
.home-banner {
background: #0052cc;
color: #fff;
font-size: 20px;
padding: 20px;
}
.home-banner h2 {
color: #fff;
}
.title-box {
border: 1px solid #0052cc;
padding: 10px;
}
.title-box > h2 {
background: #0052cc;
bottom: 10px;
color: #fff;
margin-left: -10px;
margin-right: -10px;
padding: 2px 10px;
position: relative;
}Indy CI/CD Page
This section of the Indy documentation contains and links to information on the CI/CD processes being used with Indy.
Indy currently uses Jenkins-based CI/CD pipelines for indy-node, indy-plenum and indy-sdk. There is an active project using this as a home page to convert the existing indy-node and indy-plenum pipelines to use GitHub Actions. As the project progresses, this page will be the index for information on the CI/CD practices that are put in place.