Skip to content

Comment on Ask HN: Looking for a CI/CD project for my local lab

Comments

Take the time to read up on CI/CD

Lots of different options, hosted and self hosted.

Github actions and GitLab are two of the more common ones, the latter is self hosted but the former is the dominant one if CV skills is needed

Github Actions runner can be self-hosted as well! Microsoft tried to curb it for a while by making self-hosted runner minutes paid as well, but quickly walked that back.

Do note that Github Actions have been the target of like 50 different attacks and I would not combine publicly hosted code with your own runners, as without proper sandboxing it can lead to anybody executing any code on your machine just by opening a PR (might have been fixed since last I heard, but the general vibe stands).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.