Self-service Continuous Delivery platform https://github.com/drone/drone
Go to file
trav 4c0647677c
continuous-integration/drone/push Build is passing Details
updated readme a tiny bit, could use even more clarity
2024-01-17 13:28:00 -08:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:55 -08:00
.env.sample Make admin users configurable 2021-04-07 14:05:30 +02:00
LICENSE Bootstrap this as templated repository 2020-06-18 16:13:29 +02:00
README.md updated readme a tiny bit, could use even more clarity 2024-01-17 13:28:00 -08:00
README.md~ updated readme a tiny bit, could use even more clarity 2024-01-17 13:28:00 -08:00
abra.sh Remove old version handling 2021-04-02 21:19:17 +02:00
compose.gitea.yml Working deployment w/ optional Git(hub|ea) 2020-10-01 18:34:49 +02:00
compose.github.yml Working deployment w/ optional Git(hub|ea) 2020-10-01 18:34:49 +02:00
compose.yml chore: publish 1.5.0+2.20.0 release 2023-08-28 14:21:25 +02:00
drone.env.tmpl Working deployment w/ optional Git(hub|ea) 2020-10-01 18:34:49 +02:00

README.md

Drone

Build Status

  • Category: Apps
  • Status: 1, alpha
  • Image: drone/drone, 4, upstream
  • Healthcheck: Yes
  • Backups: ?
  • Email: ?
  • Tests: 2
  • SSO: 3 (OAuth)

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new drone --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app config YOURAPPDOMAIN - be sure to change DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  6. Open the configured domain in your browser to finish set-up

Setup with Gitea

follow this guide: https://docs.drone.io/server/provider/gitea/

then you'll also need to setup drone-docker-runner (abra app new drone-docker-runner). More info at https://docs.drone.io/runner/docker/installation/linux/.