Frontend
Back to frontend track

General Courses

Setup CI/CD with GitHub Actions

This is simple to learn, and by the end of this short course you’ll be much more confident dealing with GitHub Actions.

Summary

I hope you understand the point of CI/CD and the problem it solves. If that is clear, then it shouldn't matter where your CI/CD pipeline runs. By the way, you can containerize most of the workflows and run them instead. I’ll cover this type of workflow when I find some time.

But for now, automate the tasks that belong in a CI/CD pipeline.

See you in the next course! 🚀