Skip to content

Commit dd5cdfc

Browse files
committed
docs: decouple from a ci provider
1 parent be0201f commit dd5cdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This dual-framework support is particularly beneficial when:
147147
## Local Test Deployments
148148

149149
::warning Development Environment Only
150-
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).
150+
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).
151151
::
152152

153153
One of the great things about Alokai is how simple it makes deployments! The basic deployment command is:

0 commit comments

Comments
 (0)