Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.59 KB

README.md

File metadata and controls

36 lines (23 loc) · 2.59 KB

Coursera Course

Continuous Integration and Continuous Delivery with Rust

Rust for DevOps week 4: CI/CD with Rust

This week, you will learn how to implement continuous integration and continuous delivery pipelines using tools like GitHub Actions and Jenkins. You will understand core CI/CD concepts, components of a pipeline, and workflows for automating builds, tests, and deployments. By managing dependencies between jobs, implementing logic, and linting artifacts, you will create robust pipelines tailored to your project needs. You will apply these skills to build an automated CI/CD pipeline for a sample application.

This is week 4 (the last!) of the Rust For DevOps course. There are 4 weeks in total:

Example project: CI/CD for a Microservice

You will use this example microservice to explore how to apply CI/CD and automation best-practices to an existing Rust project. Although some of the technologies used are related to Rust, these concepts can be applied to other types of projects as well.

Resources

Coursera Courses