
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
- Is it possible to initialize an Appwrite...
If I provide a project repository to someone, and within that repo there is an `appwrite.json`, is it possible to initialize the project in Appwrite from scratc...
- Realtime listener does not get update wh...
listener (flutter) ``` realtime .subscribe(['databases.6882943XXXXX.tables.public.rows.main']) .stream .listen((message) { print(message); });``` ...
- Cant set permission in console for organ...
Hi, I recently set up Appwrite on my server, and so far, it is awesome. Now I am trying to shift all my workflow to Appwrite. But I am facing one small issue. I...
