GitHub Pages on Cloudron

To publish your page, push your GitHub Pages repository to this app.

SSH Usage (Requires public key):

git remote add page ssh://git@thenils.cherokee.youtribe.io:29419/app/data/repo.git
git push page master
            


HTTP Usage:
git remote add page https://thenils.cherokee.youtribe.io/_git/page
git push page master