Self-service Continuous Delivery platform https://github.com/drone/drone
Go to file
3wc 057ab4df40
continuous-integration/drone/push Build is failing Details
chore: publish 1.3.0+2.16.0 release
2022-12-22 11:26:55 -08:00
.drone.yml Use new image namespace 2021-06-21 12:27:30 +02: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 Goodbye, emojis! 😢 2021-11-23 12:19:04 +02: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.3.0+2.16.0 release 2022-12-22 11:26:55 -08: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 YOURAPPDOMAIN config - be sure to change DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy
  6. Open the configured domain in your browser to finish set-up