| ▲ | sgt 3 hours ago | |
Is Forgejo Actions any good? CI/CD would be cool. | ||
| ▲ | tagraves 3 hours ago | parent | next [-] | |
We just released support for Forgejo with RWX CI/CD: https://www.rwx.com/docs/getting-started/forgejo | ||
| ▲ | xx_ns 3 hours ago | parent | prev | next [-] | |
From personal experience, there have been a few papercuts (mostly trying to figure out why runners aren't picking up jobs), but it isn't too hard to debug and the CI format is simple. When it works, it works well enough. It uses a similar workflow as GitHub actions. Some, but not all, actions are even interchangeable or at least portable from GitHub without much fuss. | ||
| ▲ | epistasis 3 hours ago | parent | prev | next [-] | |
I keep CI/CD super super simple, but was able to set it up for my Python repos in 15 minutes, with compatibility with GitHub actions (using the same yaml file at the same path) | ||
| ▲ | import 3 hours ago | parent | prev [-] | |
It’s act runner. So you can continue using GitHub actions with minor changes | ||