sardaukar / dokku-drone-agent

Deploy drone.io to dokku instances easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drone (agent) on Dokku

Companion blog post here. Counterpart server repo is here.

Steps:

  • dokku apps:create drone-agent
  • dokku storage:mount /var/run/docker.sock:/var/run/docker.sock
  • dokku docker-options:add build "--build-arg DRONE_SECRET=<SECRET HERE>"
  • dokku docker-options:add deploy "--network drone_network"
  • dokku docker-options:add run "--network drone_network"
  • git push dokku

About

Deploy drone.io to dokku instances easily!


Languages

Language:Dockerfile 100.0%