drone/README.md

1.2 KiB

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/.