1
0
Fork 0
pod-drone-runner/README.md

416 B

pod-drone-runner

Deploy

Dokku

dokku apps:create runner

dokku config:set runner --no-restart DRONE_RPC_SECRET=<secret>
dokku config:set runner --no-restart DRONE_RPC_HOST=<secret>
dokku config:set runner --no-restart DRONE_RPC_PROTO=https
dokku config:set runner --no-restart DRONE_RUNNER_CAPACITY=2

dokku storage:mount runner /var/run/docker.sock:/var/run/docker.sock

git push dokku main:main