Is there a way I can change function settings to not create a new build for every branch?
- 0
- Self Hosted
- Functions
Appwrite Functions, when connected to GitHub, create a new build for a push to every branch, but only activate those that are on the production branch in the settings. Which is a great feature to have, but unfortunately, this does use up a lot more storage. For example, I have connected several functions to a monorepo, and the build generated is huge. That happens every single time I push the code to any branch, and it adds up quite fast as the older builds do not get deleted either. Is there a way to configure a function (or all functions) to build and deploy just the production branch and ignore pushes to all other branches?
Also where are the function builds stored? In appwrite_appwrite-builds or appwrite_appwrite-functions?
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...