Changing the address that is cloned from

Originally my drone is attached to a gitea server on an http address. I have since change the gitea address to https and reconfigured drone to use it.

Everything works - except it is still trying to clone from old http address.

So somewhere in drones internal config it is hanging on to the old address… Is there any way I can change it?

the address is stored in the database and is updated every time you synchronize Drone with your source control management system by clicking the sync button in the user interface. You can find the relevant code here.

1 Like