From 034088bca77024a507033cd76bfd73d22c9a458a Mon Sep 17 00:00:00 2001 From: Chandeep Khosa Date: Fri, 15 Mar 2024 08:24:57 +0000 Subject: [PATCH] Update index.md to include Platform.sh in list of hosting providers --- getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/index.md b/getting-started/index.md index da5dee7..702ab33 100644 --- a/getting-started/index.md +++ b/getting-started/index.md @@ -23,7 +23,7 @@ Note that while you _can_ run Lando in production, it is _highly_ discouraged, n * Mimicking your production environment locally * Standardizing your team's dev environments and tooling on OSX, Windows and Linux -* Integrating with hosting providers like [Lagoon](https://lagoon.sh), [Pantheon](https://pantheon.io) and [Acquia Cloud](https://www.acquia.com/products/acquia-cloud-platform) +* Integrating with hosting providers like [Lagoon](https://lagoon.sh), [Pantheon](https://pantheon.io), [Acquia Cloud](https://www.acquia.com/products/acquia-cloud-platform) and [Platform.sh](https://platform.sh/) * Customizing or extending tooling, deployment options and basically any other functionality * Running CI tests locally, running local tests in CI * Using a single local development environment for *all* your projects