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
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...