Skip to content

Commit 75840cf

Browse files
committed
update copy and images for deploys overview and rollbacks
1 parent 40be783 commit 75840cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
15.3 KB
Loading
166 KB
Loading
17.4 KB
Loading

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ With CircleCI you can deploy to any target and manage your deployments in the Ci
1010

1111
Once a software application has been developed and tested, it needs to be deployed and made available for its intended audience. With CircleCI, you can deploy to virtually any target and configure CircleCI to integrate with other services for:
1212

13-
* QA and testing
14-
* Feature management
15-
* Deployment strategies such as blue-green or canary deployment
13+
* QA and testing.
14+
* Feature management.
15+
* Deployment strategies such as canary deployment.
1616

1717
Customize your configuration to match your requirements, whether you need a fully automated process or one that requires manual approval.
1818

@@ -97,7 +97,7 @@ If you are deploying to Kubernetes you can choose to use the CircleCI release ag
9797
* Scale component
9898
* Restart component
9999

100-
The release agent supports link:https://argoproj.github.io/argo-rollouts/[Argo Rollouts] for progressive delivery. Currently the link:https://argo-rollouts.readthedocs.io/en/stable/concepts/#canary[canary deployment strategy] is supported, but in a future release link:https://argo-rollouts.readthedocs.io/en/stable/concepts/#blue-green[blue-green] will also be supported. Some further controls are available for projects that use Argo Rollouts:
100+
The release agent supports link:https://argoproj.github.io/argo-rollouts/[Argo Rollouts] for progressive delivery. Currently the link:https://argo-rollouts.readthedocs.io/en/stable/concepts/#canary[canary deployment strategy] is supported. Some further controls are available for projects that use Argo Rollouts:
101101

102102
* Retry Rollout
103103
* Promote Rollout

0 commit comments

Comments
 (0)