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

15 lines
442 B
Markdown
Raw Permalink Normal View History

# gitea
2020-03-10 09:37:46 +00:00
2020-03-29 08:05:43 +00:00
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/gitea/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/gitea)
2020-03-16 17:27:34 +00:00
> https://gitea.io/
2020-03-22 12:01:07 +00:00
2020-03-29 07:42:57 +00:00
# Deploy
2020-03-22 12:01:07 +00:00
2020-03-29 07:42:57 +00:00
See [the prerequisites documentation](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/hacking-on-dokku-apps) first for setting up SSH access.
2020-03-22 12:01:07 +00:00
```bash
$ git remote add dokku dokku@dokku.autonomic.zone:gitea
$ git push dokku
```