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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...