gautada / drone-container

Drone is a modern continuous integration platform that empowers automated build, test and release workflows using a powerful, cloud native pipeline engine.
0 stars 0 forks source link

Connect Drone service to GitHub and Gitea #10

Open gautada opened 2 years ago

gautada commented 2 years ago

Figure out how to serve two repos

public and private.

gautada commented 2 years ago

https://docs.drone.io/server/provider/gitea/

gautada commented 2 years ago

Added the configuration to both gitea and drone. However the issue is I believe lack of support for https.

gautada commented 2 years ago

https://docs.drone.io/server/provider/gitea/

DRONE_GITEA_SERVER Required string value provides your Gitea server address. For example https://gitea.company.com, note the http(s) otherwise you’ll see an error with “unsupported protocol scheme” from Gitea.

gautada commented 1 year ago

Tried this but it does not work. Got the gitea working in development but have continued to have problems on production. This will probably need to have multiple instances of drone one for public GitHub and private Gitea repositories.