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
Raw Normal View History

2020-03-24 11:15:52 +00:00
# drone
2020-03-10 09:37:28 +00:00
2020-03-24 11:15:52 +00:00
> https://drone.io/
2020-03-29 09:08:40 +00:00
## Deploy
2020-03-24 11:15:52 +00:00
2020-03-29 09:08:40 +00:00
We deploy Drone by hand because it cannot replace itself during the deployment process.
2020-03-24 11:15:52 +00:00
2020-03-29 09:08:40 +00:00
See the [wiki](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/hacking-on-dokku-apps) for documentation about setting up your SSH connection.
2020-03-24 11:15:52 +00:00
```bash
$ git remote add dokku dokku@dokku.autonomic.zone:drone
$ git push dokku
```