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
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...