
Launched on August 8th, 2019
GitHub Actions is a workflow automation tool for developers.
This is the only product I use right now as part of my CI/CD process with Git. It offer me options ranging from running builds, automated tests, building and deploying docker images to different container registries, deploying applications to different platforms. It could be used for a lot more and It has good documentation with an easy learning curve.
I love GitHub Actions and highly credit them for being cost free for open source projects. I used it for automated testing, compiling and deploying. I also build my static website with GitHub Actions and thanks to GitHub Pages you don't have to worry about hosting.
automation with github actions its quite powerful, its at least as powerful as any other ci/cd tool out there but with the bonus of github clarity and fully integrated with git