mirror of https://github.com/docker/docs.git
Rename DTR deployment policies article
This commit is contained in:
parent
5c1e03c5ea
commit
b0a595fb01
|
@ -2008,8 +2008,8 @@ manuals:
|
|||
title: Manage trusted repositories
|
||||
- path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/
|
||||
title: Create and manage webhooks
|
||||
- path: /datacenter/dtr/2.3/guides/user/create-deployment-policies/
|
||||
title: Create deployment policies
|
||||
- path: /datacenter/dtr/2.3/guides/user/create-promotion-policies/
|
||||
title: Create promotion policies
|
||||
- path: /datacenter/dtr/2.3/reference/api/
|
||||
title: API reference
|
||||
- path: /datacenter/dtr/2.3/guides/release-notes/
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: Create deployment polices
|
||||
description: Learn how to create a deployment policies that can automatically
|
||||
title: Create promotion polices
|
||||
description: Learn how to create a promotion policies that can automatically
|
||||
promote an image to production if it passes all tests and doesn't have
|
||||
vulnerabilities.
|
||||
keywords: registry, promotion, pipeline
|
||||
redirect_from:
|
||||
- /datacenter/dtr/2.3/guides/user/create-deployment-policies/
|
||||
---
|
||||
|
||||
Once you've made changes to your application and want to make them available
|
Loading…
Reference in New Issue