Add CI and CD
This commit is contained in:
4
glossary/Continuous-Deployment.md
Normal file
4
glossary/Continuous-Deployment.md
Normal file
@ -0,0 +1,4 @@
|
||||
### Continuous Deployment
|
||||
|
||||
Continuous Deployment follows the testing that happens during Continuous Integration and pushes changes to a staging or production system.
|
||||
Continuous Deployment ensures that a version of the codebase is accessible at all times.
|
||||
4
glossary/Continuous-Integration.md
Normal file
4
glossary/Continuous-Integration.md
Normal file
@ -0,0 +1,4 @@
|
||||
### Continuous Integration
|
||||
|
||||
Continuous Integration (CI) is the practice of testing each change done to a codebase automatically and as early as possible.
|
||||
Two popular CI systems that integrate with GitHub are Travis CI and Circle CI.
|
||||
Reference in New Issue
Block a user