diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -37,6 +37,7 @@ _Listed in applicable order._ | `http` | Web server | | `https` | SSL certificates | | `devops`<sup>†</sup> | DevOps setup | +| `git` | Git hosting | ### <sup>*</sup>Pre-bootstraped targets @@ -51,6 +52,17 @@ $ make ping ANSIBLE_USER=root ANSIBLE_PORT=22 $ make bootstrap ANSIBLE_USER=root ANSIBLE_PORT=22 ``` +#### Git Repository + +The `git` playbook publishes repositories via cgit at +`https://git.sorantics.com` and creates +`/home/git/sorantics/infra.git` as the first bare repository. + +```sh +$ git remote add origin git@git.sorantics.com:sorantics/infra.git +$ git push -u origin main +``` + #### <sup>†</sup>Hollyhock's mTLS Protection The subdomain `hollyhock` is secured with mTLS - once the `devops` |
