
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
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
