
Hello, when I deploy a function with appwrite CLI with this command: appwrite functions createDeployment --functionId=myfunc --entrypoint='main.py' --code="." --activate=true
how can I ignore files and directories?

ignore is not working

do you have your function in the appwrite.json file?

yes

i highly suggest using appwrite deploy function
instead of appwrite functions createDeployment
. deploy function should ignore things based on the appwrite.json and gitignore
Recommended threads
- functions page returns 500
I am running selfhosted appwrite version 1.6.0 and all of a sudden my functions page stopped working, returning a 500. I don't see anything in the logs that wo...
- Question
Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
- CORS issue with cloudlfared tunnel
I feel like I've made a dumb mistake somewhere in my configuration (very new to programming so please bear with me) but basically - I've got my frontend files h...
