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@treeofnik@discuss.onlinelinkfedilinkEnglish2•11 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
minus-squarePossibly linuxOPlinkfedilinkEnglish1•11 days agoI did that Nothing happens with a push. No logs or any activity. It is possible that it is just a bug
I can’t seem to get run on push to work
Strange! Is it an issue with the setup or your woodpecker config file in the repo? Actioning on push is merely configuring steps after:
I did that
Nothing happens with a push. No logs or any activity.
It is possible that it is just a bug