Skip to content

Commit a0784bc

Browse files
committed
Update tutorials/intro.md
1 parent 16ae1cd commit a0784bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ GitHub and GitLab also both offer community features such as issues that allow:
174174

175175
### Continuous integration and continuous deployment
176176

177-
GitHub and GitLab also provide continuous integration and continuous deployment (CI/CD). Continuous integration (CI) refers to a platform that automatically runs a specific job when a certain event occurs, whereas continuous deployment (CD) is a form of CI that runs before publication.
177+
GitHub and GitLab also provide continuous integration and continuous deployment (CI/CD). Continuous integration (CI) refers to a platform that automatically runs a specific job when a certain event occurs, whereas continuous deployment (CD) is an extension of CI that refers to not only running or building but also to publishing the final outputs somewhere.
178178

179179
**An example of Continuous integration:**
180180
* When someone submits a change to your code, your tests will run across different operating systems and the code will be checked for format issues.

0 commit comments

Comments
 (0)