
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
- Error when executing a function from pos...
I am trying to make a post request from postman to my function https://fra.cloud.appwrite.io/v1/functions/functionid/executions on the same body when i put from...
- Sam AWS CLI x Appwrite
Hello, I have a problem with my functions from Appwrite. Currently, we use AWS SAM CLI to simulate an API Gateway with Lambdas, where the client is initiated...
- Function does not have createDocument ac...
I have a function which I'm trying to have create a document in a collection. The collection in question has row security enabled and permissions set to grant u...
