diff --git a/_data/toc.yaml b/_data/toc.yaml index c847882cc6..909e8cdc5d 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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/ diff --git a/datacenter/dtr/2.3/guides/user/create-deployment-policies.md b/datacenter/dtr/2.3/guides/user/create-promotion-policies.md similarity index 96% rename from datacenter/dtr/2.3/guides/user/create-deployment-policies.md rename to datacenter/dtr/2.3/guides/user/create-promotion-policies.md index 9f25d15763..bff8f8a356 100644 --- a/datacenter/dtr/2.3/guides/user/create-deployment-policies.md +++ b/datacenter/dtr/2.3/guides/user/create-promotion-policies.md @@ -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