Github Actions CI/CD - Everything you need to know to get started
Video Statistics and Information
Channel: DevOps Journey
Views: 20,803
Rating: 4.9706745 out of 5
Keywords: github actions, github actions example, github actions tutorial, github actions workflow, open source, software development, continuous delivery, ci cd, github ci, github actions ci/cd, open source intelligence
Id: mFFXuXjVgkU
Channel Id: undefined
Length: 12min 21sec (741 seconds)
Published: Fri Mar 12 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Hey Python Developers!
I made a video tutorial for Github Actions (CI/CD) and a tutorial on how to set up a linter.
CI/CD Automation is becoming more and more important in the industry, as Python programmers it's important that we implement CI/CD when we can.
This tutorial is designed to take you through the very basics, but there are a lot more things you can do to automate testing, packaging, and deployment of your code!
Let me know what you think, any feedback is appreciated! Thank you!
My code from the video tutorial:
https://github.com/bradmorg/mygitactions
Github Actions official Page to learn more:
https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions
This is great very simple and intuitive thanks!
I'd love to see how testing works with github actions.
Any similar walkthroughs for gitlab?