WHAT IS CI AND CD

WHAT IS CI AND CD

CONTINOUS INTEGRATION: 1. Continuous Integration is a development practice that require developers to integrate code into a shared repository multiple times a day.2. It is verified by an automated tests. WHY CI: 1. Get Issue earliest (easy debug)2. Transparency of...