David Rubio Vidal
David Rubio Vidal
Platform Engineer in DX (Developer Experience) at DAZN focused on delivering solutions to help developers. An ex Automation Test Engineer with more than 7 years of experience. Learning new things is my passion which took me to certified as a AWS Solutions Architect Associate and also certified as a Professional Scrum Master. I really enjoy sharing my knowledge and act as a mentor.
DevOps.js Conf 2022DevOps.js Conf 2022
155 min
Powering your CI/CD with GitHub Actions
Workshop
You will get knowledge about GitHub Actions concepts, like:- The concept of repository secrets.- How to group steps in jobs with a given purpose.- Jobs dependencies and order of execution: running jobs in sequence and in parallel, and the concept of matrix.- How to split logic of Git events into different workflow files (on branch push, on master/main push, on tag, on deploy).- To respect the concept of DRY (Don't Repeat Yourself), we will also explore the use of common actions, both within the same repo and from an external repo.