Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 714 Bytes

File metadata and controls

24 lines (17 loc) · 714 Bytes
site sandpaper::sandpaper_site

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!

:::::::::::::::::::::::::::::::::::::: prereq

Prerequisites

  • Familiar with git
  • Familiar with Python
  • Text editor
  • GitHub Account

::::::::::::::::::::::::::::::::::::::::::::::::