Remix.run Logo
Arrowmaster 2 hours 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 2 hours ago | parent | next [-]

What can you recommend?

Arrowmaster an hour ago | parent [-]

I 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.

dreamcompiler an hour ago | parent | prev | next [-]

> 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.

esafak an hour ago | parent | prev [-]

More than that, it is integrated with Github.