Hi Everyone
I've setup a repo to act as a single source of truth for two different domains,
I wanted to create a setup where I could push my local installation to the repo and have the other domains auto pull this repo whenever content is pushed to the repo
I did manage to get it working, i'm using a webhook to trigger a php file on my server to pull the repo and it is working,
I've been using this for about 6/7 hours and then this afternoon I realised that files i was pushing the repo were no longer reflecting, when I view the webhook requests the push request were there, and I can load more requests to send the request again, but as i say suddenly my server is no longer pulling the content,
Are there limits for how many times you an trigger a webhook?
Does anyone know why this might have just stopped?
Thanks everyone, any help would be really asppreciated
Best
Michael