Possibly linux to Selfhosted@lemmy.worldEnglish • 11 days agoWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.message-square26fedilinkarrow-up164arrow-down12
arrow-up162arrow-down1message-squareWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.Possibly linux to Selfhosted@lemmy.worldEnglish • 11 days agomessage-square26fedilink
My current picks are Woodpecker CI and Forgejo runners. Anything else that’s lightweight and easy to manage?
minus-square@Lucki@feddit.orglinkfedilinkEnglish2•11 days agoI once set up https://laminar.ohwg.net/ It has the special quirks that it’s configured outside the repository and script based. Listening for webhooks from forgejo needs an additional service though. (Like https://github.com/adnanh/webhook) Demo: https://ci.ohwg.net/
I once set up https://laminar.ohwg.net/
It has the special quirks that it’s configured outside the repository and script based. Listening for webhooks from forgejo needs an additional service though. (Like https://github.com/adnanh/webhook)
Demo: https://ci.ohwg.net/