Skip to content

Commit

Permalink
docs: decouple from a ci provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoral committed Feb 19, 2025
1 parent be0201f commit dd5cdfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd5cdfc

Please sign in to comment.