Introduction to CI/CD with GitLab | GitLab - 0 views
-
deploying code changes at every small iteration, reducing the chance of developing new code based on bugged or failed previous versions
-
based on automating the execution of scripts to minimize the chance of introducing errors while developing applications.
-
For every push to the repository, you can create a set of scripts to build and test your application automatically, decreasing the chance of introducing errors to your app.
- ...5 more annotations...