Today, I am happy to announce that part 4 of my Introduction To GitHub Actions course is now available and can be watched on YouTube here: Setup.
In todays video, I give a high level overview of:
project setup following along and repository branches I hope you enjoy the new content! Please feel free to post any questions or comments below.
Today, I am happy to announce that part 3 of my Introduction To GitHub Actions course is now available and can be watched on YouTube here: Core Concepts.
In todays video, I give a high level overview of:
the core concepts and key terms for GitHub actions workflows events and triggers jobs and steps I hope you enjoy the new content! Please feel free to post any questions or comments below.
Today, I am happy to announce that part 2 of my Introduction To GitHub Actions course is now available and can be watched on YouTube here: GitHub Actions & Workflows.
In todays video, I give a high level overview of:
what GitHub actions and workflows are what is CI/CD (continuous integration and continuous deployment) benefits of CI/CD benefits of using GitHub actions I hope you enjoy the new content! Please feel free to post any questions or comments below.
Today, I am happy to announce that part 1 of my Introduction To GitHub Actions course is now available and can be watched on YouTube here: Introduction.
In todays video, I give a high level overview of what I will be covering in the course.
I hope you enjoy the new content! Please feel free to post any questions or comments below.
Update: I have released a video that contents all of the content for the course as a single video. You can watch the video on YouTube here: Introduction To GitHub Actions - Full Course.
Today I am happy to announce that I will be releasing a brand new mini course on an introduction to GitHub Actions that you will be able to watch for free on YouTube. Over the next two weeks, there will be a new video available to watch each day with the first video being available tomorrow!
GitHub Actions is a fantastic CI/CD platform that allows you to set up custom workflows to do a variety of tasks, anything from running unit tests anytime there is a pull request to building your web application and deploying that application to your hosting service.
If you are not familiar with CI/CD, this is a method to allow you to frequently deliver software by introducing automation into your development process. The main concepts for CI/CD are: continuous integration, continuous delivery, and continuous deployment.