SkyQuest
I read the docs and it says it requires git, does that mean I have to create a repository/branch that is reserved for my appwrite function
TL;DR
The user is asking if Appwrite functions require Github. Someone responds that you can also deploy functions through the CLI and manually without Git. The user is confused because they read the docs saying it requires Git.
Solution: It is clarified that creating a repository or branch dedicated to the Appwrite function is not necessary. Haimantika
You can deploy manually as well. Git is not mandatory
D5
Also through CLI
Haimantika
Yes!
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...