diff --git a/docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md b/docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md index c220cd2780..03d5afdb1f 100644 --- a/docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md +++ b/docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md @@ -147,7 +147,7 @@ This dual-framework support is particularly beneficial when: ## Local Test Deployments ::warning Development Environment Only -Local deployments should only be used for development and testing purposes. For production deployments, we recommend using GitHub Workflows as they provide better credentials' security, a controlled deployment environment, version control integration, and automated validation checks. You can read more about it in the [CI/CD guide](/guides/multistore/tooling-and-concepts/deployment/ci-cd). +Local deployments should only be used for development and testing purposes. For production deployments, we recommend using CI/CD pipelines (like GitHub Actions, GitLab CI, or Bitbucket Pipelines) as they provide better credentials' security, a controlled deployment environment, version control integration, and automated validation checks. You can read more about it in the [CI/CD guide](/guides/multistore/tooling-and-concepts/deployment/ci-cd). :: One of the great things about Alokai is how simple it makes deployments! The basic deployment command is: