From cd3a64f3e76a119cb783a4d02887f26ef36bbbcf Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:52:42 +0200 Subject: [PATCH] Update standalone-binary.mdx --- .../deployment-options/native/standalone-binary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/deployment-options/native/standalone-binary.mdx b/docs/self-hosting/deployment-options/native/standalone-binary.mdx index 8daddad81..5a5724120 100644 --- a/docs/self-hosting/deployment-options/native/standalone-binary.mdx +++ b/docs/self-hosting/deployment-options/native/standalone-binary.mdx @@ -11,7 +11,7 @@ This is one of the easiest ways to deploy Infisical. It is a single executable, The standalone deployment implements the "bring your own database" (BYOD) approach. This means that you will need to provide your own databases (specifically Postgres and Redis) for the Infisical services to use. The standalone deployment does not include any databases. If you wish to streamline the deployment process, we recommend using the Ansible role for Infisical. The Ansible role automates the end to end deployment process, and will take care of everything like databases, redis deployment, web serving, and availability. -- [Automated Deployment with high availability (HA)](/docs/self-hosting/deployment-options/native/high-availability.mdx) +- [Automated Deployment with high availability (HA)](/docs/self-hosting/deployment-options/native/high-availability) ## Prerequisites