Skip to content

Commit a1d2187

Browse files
rosieyohannanpete-woods
authored andcommitted
archive and redirect deploys overview as its now part of the deployment overview
1 parent 0b48030 commit a1d2187

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed
File renamed without changes.

docs/guides/modules/ROOT/partials/shared-sections/features-of-circleci.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ For more information about Docker Layer Caching, refer to the xref:guides:optimi
2525

2626
Visualise and control your deployments with CircleCI deploys. Deployments to Kubernetes and SageMaker are supported.
2727

28-
Start with the xref:guides:deploy:deploys-overview.adoc[Deploys overview] for more information.
28+
Start with the xref:guides:deploy:deployment-overview.adoc[Deploys overview] for more information.

docs/guides/modules/about-circleci/pages/introduction-to-the-circleci-web-app.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ From your organization home page you have access to org-level options. You can c
6666

6767
**Projects**: Allows you to see all projects associated with your organization. Choose to follow or unfollow projects, as well as xref:getting-started:create-project.adoc[create/set up new projects].
6868

69-
**Deploys**: Set up environment integrations to manage deployments for your projects. For full details of the deployments feature, see the xref:deploy:deploys-overview.adoc[Deploys overview] page.
69+
**Deploys**: Set up environment integrations to manage deployments for your projects. For full details of the deployments feature, see the xref:deploy:deployment-overview.adoc[Deployment overview] page.
7070

7171
**Insights**: Provides you with time-series data overviews of credit usage, success rates, pipeline duration, and more. For full details of the Insights feature, see the xref:insights:insights.adoc[Using Insights] page.
7272

@@ -160,7 +160,7 @@ The following settings are available in the project settings page. If you do not
160160
* A list of configured xref:orchestrate:pipelines.adoc#pipelines-and-triggers[pipeline triggers]
161161
* Set up UI for scheduled pipelines if available for your integration. To set up a xref:orchestrate:scheduled-pipelines.adoc[scheduled pipeline] you will define a timetable, parameter, and attribution to automatically run a pipeline when the criteria is met.
162162

163-
**Deploys**: A UI for managing and viewing deployments. Setup and manage environment integrations, setup components. For full information on the deploys feature, start with the xref:deploy:deploys-overview.adoc[Deploys overview] page.
163+
**Deploys**: A UI for managing and viewing deployments. Setup and manage environment integrations, setup components. For full information on the deploys feature, start with the xref:deploy:deployment-overview.adoc[Deployment overview] page.
164164

165165
**Advanced**: Toggle options on and off for:
166166

docs/guides/modules/about-circleci/pages/open-source.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This page provides the details of 3rd-party open source components used in Circl
1010
Release agent::
1111
+
1212
--
13-
The following 3rd-party open source components are used in the CircleCI release agent. The release agent is used to integrate CircleCI with Kubernetes clusters for release management. For more information, see the xref:deploy:deploys-overview.adoc[Deploys docs].
13+
The following 3rd-party open source components are used in the CircleCI release agent. The release agent is used to integrate CircleCI with Kubernetes clusters for release management. For more information, see the xref:deploy:deployment-overview.adoc[Deploys docs].
1414
1515
[cols=2*, options="header", format=csv]
1616
|===

docs/guides/modules/deploy/pages/deploy-to-amazon-sagemaker.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This how-to guide walks you through the steps to set up and use the Amazon SageM
99

1010
For further information about the orb and the CircleCI deploys feature see the following:
1111

12-
* xref:deploys-overview.adoc[Deploys overview]
12+
* xref:deployment-overview.adoc[Deployment overview]
1313
* link:https://circleci.com/developer/orbs/orb/circleci/aws-sagemaker[Amazon SageMaker orb]
1414
* link:https://circleci.com/blog/amazon-sagemaker-deployment-orchestration/[**Blog post**: Using Amazon SageMaker orb to orchestrate model deployment across environments]
1515
@@ -180,7 +180,7 @@ image::guides:ROOT:deploy/role-arn.png[Screenshot showing location of Role ARN]
180180
181181
The CircleCI Amazon SageMaker orb requires some environment variables to function. You can store these environment variables at the project level, or you can store them using a xref:security:contexts.adoc[context]. The following steps show how to add the environment variables at the project level. You need to add two environment variables, as follows:
182182
183-
* `CCI_RELEASE_INTEGRATION_TOKEN`: The orb connects your deployment to SageMaker with xref:deploys-overview.adoc[CircleCI deploys]. This gives you visibility into the Endpoint Configuration Updates, and what is currently active.
183+
* `CCI_RELEASE_INTEGRATION_TOKEN`: The orb connects your deployment to SageMaker with xref:deployment-overview.adoc[CircleCI deploys]. This gives you visibility into the Endpoint Configuration Updates, and what is currently active.
184184
* `SAGEMAKER_EXECUTION_ROLE_ARN`: This is the AWS IAM Role you configured with the necessary SageMaker permissions, and the OIDC Trust relationship.
185185
186186
{empty} +

docs/guides/modules/deploy/pages/deployment-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Deployment and deploy management overview
2-
:page-alias: deploys-overview
2+
:page-aliases: deploys-overview.adoc
33
:page-platform: Cloud, Server v4+
44
:page-description: Learn the basics of deployment and deploys management with CircleCI.
55
:experimental:

docs/guides/modules/deploy/pages/set-up-rollbacks.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ a| * Simple systems
3838
* A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free].
3939
* A CircleCI project with a workflow configured to deploy your code.
4040
* Deploy markers *must* be configured in your project. Follow the xref:configure-deploy-markers.adoc[Configure Deploy Markers] guide to set this up.
41-
* Familiarity with CircleCI deploys concepts. Find full details in the xref:deploys-overview.adoc[CircleCI deploys overview] guide.
41+
* Familiarity with CircleCI deploys concepts. Find full details in the xref:deployment-overview.adoc[CircleCI deploys overview] guide.
4242

4343
== Set up rollbacks
4444

45-
The following steps guide you through setting up a custom rollback pipeline. This is the recommended rollback method.
45+
The following steps guide you through setting up a custom rollback pipeline. Using a custom rollback pipeline is the recommended rollback method.
4646

4747
=== 1. Navigate to project overview
4848

@@ -54,7 +54,7 @@ You will see a red Rollback button with a dropdown option on the project overvie
5454
.Rollback options on project overview page
5555
image::guides:ROOT:deploy/project-overview-rollback.png[Rollback button on project overview page]
5656

57-
The followng steps guide you through setting up a custom rollback pipeline. If you want details on how to *Rollback by workflow re-run*, see the <<rollback-by-workflow-re-run, Rollback by workflow re-run>> section at the end of this guide.
57+
The following steps guide you through setting up a custom rollback pipeline. If you want details on how to *Rollback by workflow re-run*, see the <<rollback-by-workflow-re-run, Rollback by workflow re-run>> section at the end of this guide.
5858

5959
=== 2. Start the rollback setup
6060

@@ -145,7 +145,7 @@ The modal displays several configuration options with parameters auto-filled bas
145145
*Environment Name*:: The environment in which you wish to perform the rollback.
146146
*Current Version*:: Once you choose the component name and environment name, this will display all possible current versions. More often than not there should be just one current version available. You could have two in case a new progressive release is ongoing. Choose the version you believe is the current version of your component. To help you out, the relevant commit information is also displayed alongside the version.
147147
*Target Version*:: Choose the version you wish to rollback to. To help you out, the relevant commit information is also displayed alongside the version.
148-
*Namespace*:: This is optional. In case you use Kubernetes and do your deployments to a specific namespace, mention your namespace here, otherwise leave it empty.
148+
*Namespace*:: Optional. In case you use Kubernetes and do your deployments to a specific namespace, mention your namespace here, otherwise leave it empty.
149149
+
150150
The Parameters section shows the auto-filled parameters from your configuration file, which you can modify as needed for the specific rollback operation.
151151

@@ -511,7 +511,7 @@ workflows:
511511

512512
== Rollback by workflow re-run
513513

514-
Workflow rerun rollbacks do not need any additional configuration beyond setting up deploy markers. There are advantages and disadvantages to using this method, as follows:
514+
Workflow rerun rollbacks do not need any additional configuration beyond setting up deploy markers. Advantages and disadvantages of using this method are as follows:
515515

516516
* *Advantage*: No setup required. This rollback method works immediately after configuring deploy markers.
517517
* *Disadvantage*: The entire workflow will be re-run, which may not always be desirable depending on your workflow complexity and duration.

docs/reference/modules/ROOT/pages/configuration-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
... // other config
417417
----
418418

419-
Jobs with the `release` type are used to xref:guides:deploy:configure-your-kubernetes-components.adoc#link-release[connect your pipeline configuration] to a deployment in the CircleCI deploys UI. For full details, see the xref:guides:deploy:deploys-overview.adoc#[Deploys overview] page.
419+
Jobs with the `release` type are used to xref:guides:deploy:configure-your-kubernetes-components.adoc#link-release[connect your pipeline configuration] to a deployment in the CircleCI deploys UI. For full details, see the xref:guides:deploy:deployment-overview.adoc#[Deploys overview] page.
420420

421421
**Example** of a job with a `release` type:
422422

0 commit comments

Comments
 (0)