Skip to content

Commit 5d39128

Browse files
author
Erik Krieg
committed
updates deploy basics doc process section to include concurrency
1 parent 2ed48d1 commit 5d39128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/configuration/deployments/basics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following flags are available for all commands that trigger the deployment p
123123

124124

125125
## Deployment Process
126-
DevSpace loads the `deployments` configuration from `devspace.yaml` and builds one deployment after another in the order that they are specified in the `deployments` array. Additionally, DevSpace also deploys related projects speficied in `dependencies`.
126+
DevSpace loads the `deployments` configuration from `devspace.yaml` and by default deploys each deployment sequentially in the order that they are specified in the `deployments` array. Alternatively, some or all deployments can be configured to deploy in parallel by setting `concurrent: true`. Deployments with concurrency enabled will deploy before sequential deployments. Additionally, DevSpace also deploys related projects specified in `dependencies`.
127127

128128

129129
### 1. Deploy Dependencies

0 commit comments

Comments
 (0)