i am able to connect to the github repo, and the first deployment works well. but new commits are ignored. how can i debug it?
@Steven as you requested a new thread π
Is your Appwrite instance publicly accessible?
yes.
Did you set the webhook URL and secret in GitHub?
i compared this config to mine: https://github.com/appwrite/appwrite/blob/5717fbe28243a7616434d908554db51d28c4f35d/app/views/install/compose.phtml#L240
i did. and will update it to validate it.
And subscribe to events has pull and push?
a. you good you π b. i QUIT! ):
i added just pull requests...
now it works π
tnx
And this is new commits pushed to your GitHub branch, right?
yes.
i was missing the push permissions.
*in production that wouldnt be wise to do..
FYI, a single commit triggerd 3 builds
and its building all of them...
Weird....I don't think that happened to me π§
Recommended threads
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...