Skip to content

MOOC-FL/Full-Stack-Open-Continuous-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack-Open-Continuous-integration

Topic What You’ll Learn
Build CI/CD pipelines with GitHub - Define workflows with jobs and steps
- Set up environments
- Configure triggers for push & pull requests
- Automate linting, building, testing, and deployment
Automate safe deployments to the cloud - Create production builds
- Manage secrets
- Deploy from the pipeline
- Add health checks & deployment strategies
- Prevent broken releases & enable rollbacks
Keep the main branch green - Run checks on PRs
- Protect main branch with required reviews & status checks
- Tag releases with semantic versions
- Add notifications & scheduled health checks for visibility

About

In this course, you'll learn how to implement end-to-end continuous integration pipelines that cover both frontend and backend codebases, ensuring that every change is automatically validated before it reaches production.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors