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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...