Possibly linux@lemmy.zip to Selfhosted@lemmy.worldEnglish · 2 days agoWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.message-squaremessage-square19fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.Possibly linux@lemmy.zip to Selfhosted@lemmy.worldEnglish · 2 days agomessage-square19fedilinkfile-text
My current picks are Woodpecker CI and Forgejo runners. Anything else that’s lightweight and easy to manage?
minus-squaretreeofnik@discuss.onlinelinkfedilinkEnglisharrow-up0·2 days agoStrange! Is it an issue with the setup or your woodpecker config file in the repo? Actioning on push is merely configuring steps after: when: - event: push branch: main
Strange! Is it an issue with the setup or your woodpecker config file in the repo? Actioning on push is merely configuring steps after:
when: - event: push branch: main