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: articles/deployment-environments/tutorial-deploy-environments-in-cicd-github.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ ms.date: 12/07/2023
11
11
12
12
# Tutorial: Deploy environments in CI/CD by using GitHub and Azure Deployment Environments
13
13
14
-
In this tutorial, you'll Learn how to integrate Azure Deployment Environments into your CI/CD pipeline. You can use any GitOps provider that supports CI/CD, like GitHub Actions, Azure Arc, GitLab, or Jenkins.
14
+
In this tutorial, you'll learn how to integrate Azure Deployment Environments into your CI/CD pipeline. You can use any GitOps provider that supports CI/CD, like GitHub Actions, Azure Arc, GitLab, or Jenkins.
15
15
16
16
Continuous integration and continuous delivery (CI/CD) is a software development approach that helps teams to automate the process of building, testing, and deploying software changes. CI/CD enables you to release software changes more frequently and with greater confidence.
17
17
18
18
You use a workflow that features three branches: main, dev, and test.
19
19
20
-
- The *main* branch is always considered production.
20
+
- The *main* branch is always considered production.
21
21
- You create feature branches from the *main* branch.
22
22
- You create pull requests to merge feature branches into *main*.
23
23
@@ -361,12 +361,12 @@ You can protect important branches by setting branch protection rules. Protectio
:::image type="content" source="media/tutorial-deploy-environments-in-cicd-github/github-variables.png" alt-text="Screenshot showing the variables page with the variables table." lightbox="media/tutorial-deploy-environments-in-cicd-github/github-variables.png":::
0 commit comments