Skip to content

Commit 8e946ef

Browse files
authored
[EDI] About continuous deployment with GitHub Actions (#56720)
1 parent cdecbb4 commit 8e946ef

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

content/actions/concepts/overview/about-continuous-deployment-with-github-actions.md renamed to content/actions/concepts/overview/continuous-deployment.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: About continuous deployment with GitHub Actions
3-
shortTitle: Continuous deployment
2+
title: Continuous deployment
43
intro: 'You can create custom continuous deployment (CD) workflows directly in your {% data variables.product.prodname_dotcom %} repository with {% data variables.product.prodname_actions %}.'
54
versions:
65
fpt: '*'
@@ -13,6 +12,7 @@ redirect_from:
1312
- /actions/deployment/about-deployments
1413
- /actions/about-github-actions/about-continuous-deployment
1514
- /actions/about-github-actions/about-continuous-deployment-with-github-actions
15+
- /actions/concepts/overview/about-continuous-deployment-with-github-actions
1616
topics:
1717
- CD
1818
---
@@ -33,17 +33,10 @@ You can configure your CD workflow to run when an event occurs (for example, whe
3333

3434
{% data variables.product.prodname_actions %} provides features that give you more control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets. You can use concurrency to limit your CD pipeline to a maximum of one in-progress deployment and one pending deployment. For more information about these features, see [AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions) and [AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment).
3535

36-
## Using OpenID Connect to access cloud resources
37-
38-
{% data reusables.actions.about-oidc-short-overview %}
39-
40-
## Workflow templates and third party actions
36+
## Workflow templates and third-party actions
4137

4238
{% data reusables.actions.cd-templates-actions %}
4339

44-
## Further reading
40+
## Next steps
4541

46-
* [AUTOTITLE](/actions/use-cases-and-examples/deploying)
47-
* [AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)
48-
* [AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment){% ifversion fpt or ghec %}
49-
* [AUTOTITLE](/billing/managing-billing-for-github-actions){% endif %}
42+
If your {% data variables.product.prodname_actions %} workflows need to access resources from a cloud provider that supports OpenID Connect (OIDC), you can configure your workflows to authenticate directly to the cloud provider. This will let you stop storing these credentials as long-lived secrets and provide other security benefits. For more information, see [AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect).

content/actions/concepts/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /about-continuous-deployment-with-github-actions
1110
- /continuous-integration
11+
- /continuous-deployment
1212
---

0 commit comments

Comments
 (0)