13 lines
285 B
Markdown
13 lines
285 B
Markdown
# gitea
|
|
|
|
> https://gitea.io/
|
|
|
|
# Deploy
|
|
|
|
See [the prerequisites documentation](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/hacking-on-dokku-apps) first for setting up SSH access.
|
|
|
|
```bash
|
|
$ git remote add dokku dokku@dokku.autonomic.zone:gitea
|
|
$ git push dokku
|
|
```
|