Hacker News new | ask | show | jobs
by adamgordonbell 980 days ago
My thinking is that you should extract as much logic as possible into some neutral format that you can run on any CI platform. Bash, Docker + Makefile, Earthly, python scripts... whatever keeps as much logic out of a proprietary vendor specific format.

Then you can switch easier, if need be.