i am using drone and gitea with docker everything works fine, however i noticed the drone is not build automatically i have to do this manually, what i want is after i push my code to gitea then drone can run build automatically
i do know cronjob feature but that’s not what i need because sometimes i push code i need it to run always without scheduling.
I am unfamiliar with gitea, so i can only speak in generalities.
Make sure that you have setup the server Gitea | Drone
Check inside of gitea for the webhook settings for your repo eg webhook config and use test delivery
It is going to be one of these things.