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@recette-e2e-20260803-1537.cherokee.youtribe.io:29420/app/data/repo.git
git push page master
            


HTTP Usage:
git remote add page https://recette-e2e-20260803-1537.cherokee.youtribe.io/_git/page
git push page master