You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/modules/about-circleci/pages/introduction-to-the-circleci-web-app.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ From your organization home page you have access to org-level options. You can c
66
66
67
67
**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].
68
68
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.
70
70
71
71
**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.
72
72
@@ -160,7 +160,7 @@ The following settings are available in the project settings page. If you do not
160
160
* A list of configured xref:orchestrate:pipelines.adoc#pipelines-and-triggers[pipeline triggers]
161
161
* 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.
162
162
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.
Copy file name to clipboardExpand all lines: docs/guides/modules/about-circleci/pages/open-source.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This page provides the details of 3rd-party open source components used in Circl
10
10
Release agent::
11
11
+
12
12
--
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].
* link:https://circleci.com/blog/amazon-sagemaker-deployment-orchestration/[**Blog post**: Using Amazon SageMaker orb to orchestrate model deployment across environments]
15
15
@@ -180,7 +180,7 @@ image::guides:ROOT:deploy/role-arn.png[Screenshot showing location of Role ARN]
180
180
181
181
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:
182
182
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.
184
184
* `SAGEMAKER_EXECUTION_ROLE_ARN`: This is the AWS IAM Role you configured with the necessary SageMaker permissions, and the OIDC Trust relationship.
Copy file name to clipboardExpand all lines: docs/guides/modules/deploy/pages/set-up-rollbacks.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ a| * Simple systems
38
38
* A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free].
39
39
* A CircleCI project with a workflow configured to deploy your code.
40
40
* 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.
42
42
43
43
== Set up rollbacks
44
44
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.
46
46
47
47
=== 1. Navigate to project overview
48
48
@@ -54,7 +54,7 @@ You will see a red Rollback button with a dropdown option on the project overvie
54
54
.Rollback options on project overview page
55
55
image::guides:ROOT:deploy/project-overview-rollback.png[Rollback button on project overview page]
56
56
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.
58
58
59
59
=== 2. Start the rollback setup
60
60
@@ -145,7 +145,7 @@ The modal displays several configuration options with parameters auto-filled bas
145
145
*Environment Name*:: The environment in which you wish to perform the rollback.
146
146
*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.
147
147
*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.
149
149
+
150
150
The Parameters section shows the auto-filled parameters from your configuration file, which you can modify as needed for the specific rollback operation.
151
151
@@ -511,7 +511,7 @@ workflows:
511
511
512
512
== Rollback by workflow re-run
513
513
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:
515
515
516
516
* *Advantage*: No setup required. This rollback method works immediately after configuring deploy markers.
517
517
* *Disadvantage*: The entire workflow will be re-run, which may not always be desirable depending on your workflow complexity and duration.
Copy file name to clipboardExpand all lines: docs/reference/modules/ROOT/pages/configuration-reference.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ jobs:
416
416
... // other config
417
417
----
418
418
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.
0 commit comments