Grav Git sync
-
Does doing this help? https://docs.cloudron.io/apps/grav/#cli
-
HTTPS. Grav was able to push content to the repository. It's just not pulling content down.
https://git.knownelement.com/reachableceo/Reachableceo.com is the repository I'm using.
-
That is what I thought.
My grav instance webhook doesn't include the FQDN, just /(blah blah) . I am presuming on the gitea side, I use https://fqdn/blahblah as the webhook? I use type gitea?
I use gitea webhooks to send events to discord so I know they work.
-
I cloned my grav theme repository (https link) into
app/code/user/themes
and use it in one direction only by pulling changes withsudo -u www-data git pull
to update the website.The git-sync extension basically adds (automatic) pushing as well by initializing a git directory in the
app/code/user
directory.