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:
- GitHub Actions recap from core program
- Workflow file structure:
.github/workflows/, YAML syntax
- Triggers:
on: push, on: pull_request
- Jobs and steps
- Setting up Java in the workflow:
actions/setup-java
- Running build and test:
mvn test or gradle test
- Caching dependencies for faster builds
- Reading CI logs and diagnosing failing builds
- Branch protection rules: require CI to pass before merge
- Exercise: set up a CI pipeline for the project
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.