logoalt Hacker News

jeltztoday at 3:18 PM3 repliesview on HN

What software do you use to run your CI?


Replies

rglullistoday at 4:45 PM

Not OP, but to me the answer is:

  - gitea
  - woodpecker CI
  - my own docker registry
  - portainer running on my docker swarm

I then define the docker stack in the git repository, and CI builds the images and pushes to build the new image to the docker repository. The portainer API allows to deploy a stack, with the image tag as a parameter.
zackifytoday at 5:46 PM

not op either, github actions, self hosted runner on bare metal with lxc containers for each runner.

Cost savings are insane and the speed of latest amd epycs are miles ahead of the default ci instances on github and other places.

show 1 reply