CI/CD Concepts
GitHub Actions
Docker in CI
Deploying from a Pipeline
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is Continuous Integration — merging code frequently, running tests automatically
- What is Continuous Delivery — code is always in a deployable state
- What is Continuous Deployment — every change that passes tests is automatically deployed
- Delivery vs Deployment — the difference
- Why CI/CD matters: faster feedback, fewer integration issues, reliable releases
- The CI/CD pipeline: stages and gates
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.