-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename target roles to target tags on the Deployment targets page (#2238
- Loading branch information
1 parent
bf47974
commit f285c1a
Showing
2 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
[Getting Started - Machine Roles](https://www.youtube.com/watch?v=AU8TBEOI-0M) | ||
|
||
Before you can deploy software to your deployment targets, you need to tag them with target roles. This ensures you deploy the right software to the right deployment targets. Typical target roles include: | ||
:::div{.info} | ||
**Target roles** are **target tags** from Octopus Deploy **2024.2** onwards. The functionality remains the same. This is only a name change to make our terminology clearer. | ||
::: | ||
|
||
Before you can deploy software to your deployment targets, you need to associate them with target tags. This ensures you deploy the right software to the right deployment targets. Typical target tags include: | ||
|
||
- product-cluster | ||
- web-server | ||
- app-server | ||
- db-server | ||
|
||
Using target roles means the infrastructure in each of your environments doesn't need to be identical and the deployment process will know which deployment targets to deploy your software to. | ||
Using target tags means the infrastructure in each of your environments doesn't need to be identical and the deployment process will know which deployment targets to deploy your software to. | ||
|
||
Deployment targets can have more than one role, and more than one deployment target can have the same role, but every deployment target must have at least one role. | ||
Deployment targets can have more than one target tag, and more than one deployment target can have the same tag, but every deployment target must have at least one tag. | ||
|