Octohost

How to deploy a container

Create a container and add octohost as remote

git remote add git@octo.lorello.it:<APPNAME>.git
git push

How to enable a new user on Octohost

$ ssh root@octohost
# gitreceive key-upload git

Paste the public key and press CTRL+D. From another host

cat ~/.ssh/id_rsa.pub | ssh root@octohost "sudo gitreceive upload-key lorello"