# 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 ```