revise self hosting order

This commit is contained in:
Maidul Islam
2023-06-02 14:10:40 -07:00
parent bb825c3d68
commit f619ee7297

View File

@@ -11,6 +11,9 @@ Choose from a variety of deployment options listed below to get started.
Use our Helm chart to Install Infisical on your Kubernetes cluster
</Card>
<CardGroup cols={2}>
<Card title="Digital Ocean" color="#16a34a" href="deployment-options/digital-ocean-marketplace">
Automatically create and deploy Infisical on to a Kubernetes cluster
</Card>
<Card title="Fly.io" color="#dc2626" href="deployment-options/fly.io">
Use our standalone docker image to deploy on Fly.io
</Card>
@@ -20,9 +23,6 @@ Choose from a variety of deployment options listed below to get started.
<Card title="AWS EC2" color="#0285c7" href="deployment-options/aws-ec2">
Install infisical with just a few clicks using our Cloud Formation template
</Card>
<Card title="Digital Ocean marketplace" color="#16a34a" href="deployment-options/digital-ocean-marketplace">
Use our one click installer to deploy Infisical
</Card>
<Card title="Docker Compose" color="#0285c7" href="deployment-options/docker-compose">
Install Infisical using our Docker Compose template
</Card>