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
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?