Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.07 KB

install-with-github.md

File metadata and controls

25 lines (13 loc) · 1.07 KB

Install Drone with GitHub

See the online documentaion: Single Machine | Multi-Machine | Kubernetes

How to register OAuth application

Go to your GiHub profile setting and click OAuth applications under Developer settings menu on left sidebar.

github-setup-01

You will see the following register page.

github-setup-02

Please make sure that your drone Authorization callback URL setting. It is very import the authorization callback URL matches your http(s) scheme and hostname exactly with /authorize (0.8) /login (1.0) as the path.

github-setup-03>

Copy Client ID and Client Secret

github-setup-04

Open your drone home page in your browser and login as Github account.

github-setup-05