Grav Git sync
-
Well it was able to push up to the repository. It doesn't pull down. Also the Repository Web Hook URL instructions aren't clear. Do I need to add this on the gitea side? The grav side?
-
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.
-
Well it was able to push up to the repository. It doesn't pull down. Also the Repository Web Hook URL instructions aren't clear. Do I need to add this on the gitea side? The grav side?
@charlesnw
The webhook is on the gitea side: it triggers the sending of changes to grav when new commits/push occurs. -
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/themesand use it in one direction only by pulling changes withsudo -u www-data git pullto update the website.The git-sync extension basically adds (automatic) pushing as well by initializing a git directory in the
app/code/userdirectory. -
I have this working in both directions now!
The key was :
14 su www-data -c 'git config --global user.name ReachableCEO' 15 su www-data -c 'git config --global user.email charles@turnsys.com'And I then created a page in grav and it synced up to my repo:

Thanks to everyone for the assistance!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login