This lesson provides an introduction into Continuous Integration (CI) and Continuous Delivery / Deployment (CD) using GitHub Actions
After learning how to test code and packaging for distribution, one would like to automate these tasks as much as possible.
This is where CI and CD tools come in: automating code integrations and deployments continously!
Prerequisites
- Familiar with git
- Familiar with Python
- Text editor
- GitHub Account