Tidy instructions spelling & spacing (#369)

* tidy up instructions spelling/spacing

* remove spaces in empty lines

Co-authored-by: Edward <edward@finchit.co.za>
Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
This commit is contained in:
Edward
2021-03-14 20:09:07 +02:00
committed by GitHub
parent 8ed35e268f
commit 91daa6b904
76 changed files with 151 additions and 161 deletions

View File

@ -95,14 +95,14 @@ caproverOneClickApp:
start: >-
Drone is a self-service Continuous Delivery platform for busy development teams. It can be used with different GIT servers like gogs, gitea as well as services like gitlab and github. This installer is gitea focused and requires a running gitea instances (which you can install via one-click-apps in caprover).
You must generate an OAuth2 application in Gitea (Settings->Applications->Create a new OAuth2 Application) with the "Redirect URI" https://<your drone server>/login. Make a note of the Client ID and the Client Secret and use them in the appropriate fields below.
You must generate an OAuth2 application in Gitea (Settings->Applications->Create a new OAuth2 Application) with the "Redirect URI" https://<your drone server>/login. Make a note of the Client ID and the Client Secret and use them in the appropriate fields below.
Enter your Drone for Gitea configuration parameters and click on next. The process will take about a minute to finish.
Enter your Drone for Gitea configuration parameters and click on next. The process will take about a minute to finish.
Please make sure that after deployment you add HTTPS to your $$cap_appname application or communication with the runner will fail.
Please make sure that after deployment you add HTTPS to your $$cap_appname application or communication with the runner will fail.
end: >
Drone is deployed and available as $$cap_appname.
IMPORTANT: It will take up to 2 minutes for Drone for Gitea to be ready. Before that, you might see 502 error page.
IMPORTANT: It will take up to 2 minutes for Drone for Gitea to be ready. Before that, you might see 502 error page.
displayName: Drone.io
isOfficial: true
description: Drone is a self-service Continuous Delivery platform for busy development teams