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@rousselie.name:29418/app/data/repo.git
git push page master
            


HTTP Usage:
git remote add page https://rousselie.name/_git/page
git push page master