Skip to content

Commit 5e2f7f9

Browse files
committed
adding cicd tilegrid to deployment page
1 parent 5ff927a commit 5e2f7f9

File tree

1 file changed

+52
-4
lines changed
  • docs/pages/machine-workload-identity/machine-id/deployment

1 file changed

+52
-4
lines changed

docs/pages/machine-workload-identity/machine-id/deployment/deployment.mdx

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,60 @@ and [Architecture](../../../reference/architecture/machine-id-architecture.mdx)
111111
icon: <Icon name="lock" size="xl" />,
112112
to: "./linux-tpm",
113113
name: "Linux TPM",
114-
}
114+
},
115+
{
116+
icon: <Icon name="zero-trust.svg" size="xl" />,
117+
to: "../reference/machine-workload-identity/machine-id/bound-keypair/getting-started",
118+
name: "Bound Keypair Joining",
119+
}
115120
]}
116121
/>
117122

118-
### Further reading
123+
### CI/CD
119124

120-
**CI/CD**
125+
Read the following guides for how to deploy Machine ID on a continuous integration and continuous deployment platform.
121126

122-
- Learn how to [deploy Machine ID](../../mwi-ci-cd.mdx) in a CI/CD pipeline.
127+
<TileGrid
128+
tiles={[
129+
{
130+
icon: <Icon name="azureDevops" size="xl" />,
131+
to: "/docs/machine-workload-identity/machine-id/deployment/azure-devops",
132+
name: "Azure DevOps",
133+
},
134+
{
135+
icon: <Icon name="bitbucket" size="xl" />,
136+
to: "/docs/machine-workload-identity/machine-id/deployment/bitbucket",
137+
name: "BitBucket Pipelines",
138+
},
139+
{
140+
icon: <Icon name="circleci" size="xl" />,
141+
to: "/docs/machine-workload-identity/machine-id/deployment/circleci",
142+
name: "CircleCI",
143+
},
144+
{
145+
icon: <Icon name="gitlab" size="xl" />,
146+
to: "/docs/machine-workload-identity/machine-id/deployment/gitlab",
147+
name: "GitLab CI",
148+
},
149+
{
150+
icon: <Icon name="githubActions" size="xl" />,
151+
to: "/docs/machine-workload-identity/machine-id/deployment/github-actions",
152+
name: "GitHub Actions",
153+
},
154+
{
155+
icon: <Icon name="jenkins" size="xl" />,
156+
to: "/docs/machine-workload-identity/machine-id/deployment/jenkins",
157+
name: "Jenkins",
158+
},
159+
{
160+
icon: <Icon name="spacelift" size="xl" />,
161+
to: "/docs/zero-trust-access/infrastructure-as-code/terraform-provider/spacelift",
162+
name: "Spacelift",
163+
},
164+
{
165+
icon: <Icon name="terraform" size="xl" />,
166+
to: "/docs/zero-trust-access/infrastructure-as-code/terraform-provider/terraform-cloud",
167+
name: "Terraform Cloud",
168+
}
169+
]}
170+
/>

0 commit comments

Comments
 (0)