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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?