17 ms·
You can use any CI/CD you want. The only reason GH is popular is that it's free for public repos. But Forgejo does have a GH like CI/CD. If you really care abo
by Arrowmaster 1mo ago
You can use any CI/CD you want. The only reason GH is popular is that it's free for public repos.
But Forgejo does have a GH like CI/CD. If you really care about good CI/CD then you should try some of the alternatives out and decide what works best for your needs.
- Valodim 1mo agoWhat can you recommend?
- Arrowmaster 1mo agoI don't have any specific recommendations other than do as little in your CI/CD as possible, instead do as much as possible in your build system or scripts that get called by CI/CD. This way you can migrate with less work or run locally when you want.
- Bnjoroge 1mo agoHopefully a good spot to plug my own project, preloop, which is a drop-in replacement of Github actions(both the runners and control plane) that runs locally or self-hosted in isoalted microvms, and supports debug-on-failure. You can also push to the server, run CI and then optionally create a draft PR. Not quite production-ready yet(for the self-hosted part), but the local part works well. We implement the official runner protocol 100% unlike act/gitea/forgejo, so your workflows are more likely to work out of the box with preloop(forgejo has the closest compatibility with Github Actions though so it's a good off-Github option) and we use microvms so no DinD issues. I'm working on getting the official runner vm image up to reduce any environment incompatibilities. Feel free to try it out: https://github.com/preloopdev/preloop https://github.com/preloopdev/preloop
- KronisLV 1mo agoThis one is really pleasant: https://woodpecker-ci.org/ https://woodpecker-ci.org/
- shimman 1mo agoIsn't forgejo CI based on woodpecker?
- watermelon0 1mo agoForgejo CI is based on act, which allows running GitHub Actions locally. However, Codeberg offers hosted Woodpecker CI.
- esafak 1mo agoMore than that, it is integrated with Github.
- dreamcompiler 1mo ago> The only reason GH is popular is that it's free for public repos. It's also free for private repos, and I have both. Codeberg doesn't like private repos, so unfortunately I cannot just move everything to Codeberg. I'll probably set up a Forgejo VPS somewhere.
- fatterypt 1mo agoFor a forgejo host, check codefloe.com if what you need is a place to host personal projects or smaller teams. It’s been rock solid and it is now the default choice for anything outside of work I’ll do.