Can't use both Gitea and Github

Looks like I’m unable to use Drone for both my local Gitea server and for my public Github repos?

I started by setting up Gitea and that worked but then I linked Drone with Github and refreshed the repo list and the Gitea repos were replaced with Github repos.

Do I have to run two Drone instances or is there a way to have both together?

correct, Drone only supports a single integration, which means you would need two instances (one for Gitea and one for GitHub).

1 Like

Thanks for the quick and straightforward reply.