Hello, I am trying to deploy functions through github. I am all set with the github configuration. I have some questions about the folder structure. Can I put all functions in one repository? If so, under which folder structure would appwrite be able to import?
Sure, you can put all your functions in one repo. Each function has a setting for where in the repo your function is.
One thing to keep in mind if you put them all in one repo is when there's an update to that repo, a deployment will be created for every function
Recommended threads
- Appwrite Cloud Services. getting 500 Int...
I'm not able to access any appwrite services on appwrite cloud website, getting a 500 internal error on all services even though status.appwrite.online says the...
- [FEAT REQ] Bun runtime support
Instead of just Nodejs, it would be helpful to also add support for the Bun runtime which can speed up deployments by a ton.
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...