Prerequisites:
Installing Drone CI:
- Rename
drone-example.env
intodrone.env
and set your github clientId, clientSecret as well as your github username - Run one command to start Drone CI:
./bin/start-local.sh
That's it! ./bin/start-local.sh
script uses docker-compose
to run Drone UI and Drone Agent. Environment variables from drone.env
are in the .gitignore
to keep your secrets outside of github repository.