You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
Dockerfile | 2 years ago | |
README.md | 2 years ago |
README.md
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