
Context: I have an app that has multiple functions hosted in github in a single repository. All the functions are in different folders. Ive enabled github in my appwrite instance. Problem: When I make a single change to 1 function, all the functions are being re-built and re-deployed, even if they are not changed. Which takes more and more time as I add more functions.
Can I somehow change some setting to only build and deploy the changed function, not all of them?

Not at the moment...it might be hard for Appwrite to figure out what's changed at whatnot as well.
Maybe you can use different branches for the prod/deploy branch for the different functions

Alright thanks, how do I mark this as solved?

Update the post (via post settings) and prefix the post title with [SOLVED]

[Solved] Github function deployment question
Recommended threads
- createJWT: The requested route was not f...
Hi team, I'm currently working on the SDK for Node.js using Appwrite to build an API for my server. I am following the documentation for the account/jwt - http...
- Show execution status 500 unable to set ...
I want to set the labels at the time user signup to my application , all things work , users data save in auth, updateprefs set , a verification email sent , bu...
- Using a local package inside of a cloud ...
Hey all I am trying to understand if what I want is possible or I am looking at it wrong. I am trying to use the a local package inside of my Dart cloud functi...
