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@johntash@eviltoast.orglinkfedilinkEnglish2•7 days agoIf you’re already using forgejo, try forgejo actions first. Another interesting one is Argo Workflows if you’re using argocd for anything.
If you’re already using forgejo, try forgejo actions first.
Another interesting one is Argo Workflows if you’re using argocd for anything.
Seconded. Just use forgejo runners and actions.