Skip to content

Commit 2ed48d1

Browse files
author
Erik Krieg
committed
explains deployment concurrency in deploy doc sequential info block
1 parent d8e7d97 commit 2ed48d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/configuration/deployments/basics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ deployments:
107107
</TabItem>
108108
</Tabs>
109109
110-
:::info Sequential Deployment
111-
Unlike images which are build in parallel, deployments will be deployed sequentially following the order in which they are specified in the `devspace.yaml`.
110+
:::info Sequential and Concurrent Deployment
111+
Unlike images, which are built in parallel by default, deployments will be deployed sequentially following the order in which they are specified in the `devspace.yaml`. If a deployment has `concurrent: true` set, then it will run before any sequential deployments and in parallel with other deployments that also have concurrency enabled.
112112
:::
113113

114114
## Run Deployments

0 commit comments

Comments
 (0)