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 teamsolved, ıt need to pr
You might have missed the push webhook event whole setting up the GitHub app
Recommended threads
- OAuth login not working on deployed app ...
Hey there, I've been dealing with an issue where I cannot use OAuth on my deployed app - locally everything works fine. I am using react-router in Framework Mo...
- One org lost all data out of 13 org's af...
> https://<domain>/v1/storage/buckets?queries%5B0%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B6%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22offset%22%2C%...
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...