diff --git a/content/user-guide/camunda-bpm-run.md b/content/user-guide/camunda-bpm-run.md
index 0b36a927c..441c7871f 100644
--- a/content/user-guide/camunda-bpm-run.md
+++ b/content/user-guide/camunda-bpm-run.md
@@ -305,6 +305,32 @@ Camunda Run can be configured to disable the REST endpoint which exposes the WAD
+## Deployment
+
+Camunda Run also supports configuration options for customizing the deployment.
+
+
+
+ Prefix |
+ Property name |
+ Description |
+ Default value |
+
+
+ camunda.bpm.run.deployment |
+ .deploy-changed-only |
+
+
+ - When set to
true , only deployments with changed resources will be deployed to the engine database.
+ - When set to
false , all deployments will be deployed without filtering their resources.
+
+ The property can be useful for controlling the deployment behaviour of the engine in case of restarts, similar to the
+ }}">Spring Framework Integration
+ |
+ true |
+
+
+
## LDAP Identity Service
Camunda 7 can manage users and authorizations on its own, but if you want to use an existing LDAP authentication database you can enable the [LDAP Identity Service Plugin]({{< ref "/user-guide/process-engine/identity-service.md#the-ldap-identity-service" >}})