A way to configure cloud function configs like scopes and run times in source control
- 0
- Functions
- Cloud
Is there a way to configure cloud functions locally and keep that in github and deploy from source control instead of manually configuring it from the console for each environment we work on.
I'd recommend using the Appwrite CLI
If I use the CLI to deploy functions and I push the same function to git, it will override it, correct?
Override what? There will be a new deployment. The CLI will update the function with what's in the appwrite.json. GitHub integration doesn't do anything for the function settings. It just creates a new deployment when GitHub is updated
Recommended threads
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...