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
- Event-triggered function executes but pr...
Hello! I'm running self-hosted Appwrite 1.9.0. I have a Dart function (tried both dart-3.5 and dart-3.10 runtimes) with these events configured: ```teams.staff...
- Cold start and deployment failed
It was working fine before, and I didn’t make any changes. It started showing a cold start error, so I tried redeploying, but the error is still there. Dart: s...
- Migration Pending version 1.9.0 self Hos...
I am trying to use the migration feature, my migration has been sitting in a "pending" state for 5 hours now? this is all that is in the "logs" { "$id": "69c...