Skip to content

Commit baa68d3

Browse files
authored
improving documentation around logging deployments (#9641)
this adds a note about the fact that when there are multiple environments or components you should specify which one you want to use
1 parent 37d7f2a commit baa68d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ jobs:
284284
----
285285

286286
This command supports the same optional parameters as the `release plan` command, but does not require a `deploy-name`.
287+
288+
WARNING: If you are deploying to multiple environments from a single workflow, you need to specify the target environment using the `--environment-name` flag. If you are deploying multiple components from a single workflow, you need to specify the component name using the `--component-name` flag.
289+
287290
You can see the command with all optional parameters in the following example:
288291

289292
[,yml]

0 commit comments

Comments
 (0)