Install Drone with GitLab

July 27, 2019 ยท View on GitHub

See the online documentaion: Single Machine | Multi-Machine

How to register OAuth application

Go to your GitLab profile setting and navigate to your account settings and choose Applications from the menu.

gitlab-setup-01

Please make sure that your drone Redirect URI 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.

gitlab-setup-02

Copy Application ID and Secret

gitlab-setup-03

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

gitlab-setup-04