This repository has been archived on 2020-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
drone.autonomic.zone/README.md

15 lines
375 B
Markdown

# drone
> https://drone.io/
## Deploy
We deploy Drone by hand because it cannot replace itself during the deployment process.
See the [wiki](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/hacking-on-dokku-apps) for documentation about setting up your SSH connection.
```bash
$ git remote add dokku dokku@dokku.autonomic.zone:drone
$ git push dokku
```