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


HTTP Usage:
git remote add page https://richaccess.org/_git/page
git push page master