Rename DTR deployment policies article

This commit is contained in:
Joao Fernandes 2017-08-23 15:28:45 -07:00 committed by Joao Fernandes
parent 5c1e03c5ea
commit b0a595fb01
2 changed files with 6 additions and 4 deletions

View File

@ -2008,8 +2008,8 @@ manuals:
title: Manage trusted repositories title: Manage trusted repositories
- path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/ - path: /datacenter/dtr/2.3/guides/user/create-and-manage-webhooks/
title: Create and manage webhooks title: Create and manage webhooks
- path: /datacenter/dtr/2.3/guides/user/create-deployment-policies/ - path: /datacenter/dtr/2.3/guides/user/create-promotion-policies/
title: Create deployment policies title: Create promotion policies
- path: /datacenter/dtr/2.3/reference/api/ - path: /datacenter/dtr/2.3/reference/api/
title: API reference title: API reference
- path: /datacenter/dtr/2.3/guides/release-notes/ - path: /datacenter/dtr/2.3/guides/release-notes/

View File

@ -1,9 +1,11 @@
--- ---
title: Create deployment polices title: Create promotion polices
description: Learn how to create a deployment policies that can automatically 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 promote an image to production if it passes all tests and doesn't have
vulnerabilities. vulnerabilities.
keywords: registry, promotion, pipeline 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 Once you've made changes to your application and want to make them available