Drone
Info:
This template creates an instance of Drone CI server 0.4.
Usage:
Select the Drone template from the catalog. Provide the following information:
- Database driver
- Database configuration: this will look like either a path
/var/lib/drone/sqlite3
or a connection string<user>:<password>@tcp(database:<port>)<database>?parseTime=true
The name will always be database. - Remote repository store. (Ie. GitHub)
- Remote repository store configuration.
See Drone documentation for complete information.