
I try to use git connection. Everything is okay. But I changed starter code on my repo and pushed. Appwrite don't pull and deploy new code. How can I triggered
TL;DR
The user is experiencing an issue with the Appwrite function not pulling and deploying new code. They speculate that the issue could be related to missing the push webhook event when setting up the GitHub app. They were able to resolve the issue by connecting with Git, but noticed that the updated code was not being pulled and deployed by Appwrite. They are seeking advice on how to trigger this process.
Solution: It is recommended to check the webhook configuration for the Appwrite function in the GitHub repository settings. Make sure that the necessary webhook events, such as push, are properly configured. If the issue persists, reaching out to the Appwrite support team
solved, ıt need to pr

You might have missed the push webhook event whole setting up the GitHub app
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
