Possibly linux@lemmy.zip to Selfhosted@lemmy.worldEnglish · 3 个月前What CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.message-squaremessage-square26linkfedilinkarrow-up164arrow-down13file-text
arrow-up161arrow-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 · 3 个月前message-square26linkfedilinkfile-text
My current picks are Woodpecker CI and Forgejo runners. Anything else that’s lightweight and easy to manage?
minus-squarePossibly linux@lemmy.zipOPlinkfedilinkEnglisharrow-up1·3 个月前I can’t seem to get run on push to work
minus-squaretreeofnik@discuss.onlinelinkfedilinkEnglisharrow-up2·3 个月前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
minus-squarePossibly linux@lemmy.zipOPlinkfedilinkEnglisharrow-up1·3 个月前I 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:
when: - event: push branch: main
I did that
Nothing happens with a push. No logs or any activity.
It is possible that it is just a bug