{"id":15902588,"url":"https://github.com/baskrahmer/appwrite-cd","last_synced_at":"2026-05-19T02:03:54.228Z","repository":{"id":201242953,"uuid":"707301018","full_name":"baskrahmer/appwrite-cd","owner":"baskrahmer","description":"Continuous deployment for Appwrite servers","archived":false,"fork":false,"pushed_at":"2023-10-20T15:15:21.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T10:41:36.041Z","etag":null,"topics":["appwrite","cd","github-actions","iac"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/deploy-appwrite","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baskrahmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-19T16:03:26.000Z","updated_at":"2023-10-19T17:48:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"27834416-de5a-48b7-b5ca-965aa3342eed","html_url":"https://github.com/baskrahmer/appwrite-cd","commit_stats":null,"previous_names":["baskrahmer/appwrite-cd"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskrahmer%2Fappwrite-cd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskrahmer%2Fappwrite-cd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskrahmer%2Fappwrite-cd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskrahmer%2Fappwrite-cd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baskrahmer","download_url":"https://codeload.github.com/baskrahmer/appwrite-cd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246884769,"owners_count":20849554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite","cd","github-actions","iac"],"created_at":"2024-10-06T11:41:48.021Z","updated_at":"2026-05-19T02:03:54.201Z","avatar_url":"https://github.com/baskrahmer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Appwrite using GitHub Actions\nInstalls the CLI and uses `appwrite deploy collection` to synchronise the state in `appwrite.json` with the one deployed to your server. This action is an extension of the official [`setup-for-actions`](https://github.com/appwrite/setup-for-actions/tree/main) project.\n\n### Configuration\nThe following input variables are required:\n- endpoint: Where your server is hosted (e.g. `https://[HOSTNAME_OR_IP]/v1`)\n- project: Project ID (found in dashboard, 20 characters by default)\n- id: API key with at least Database permissions (can be generated in console, e.g. `${{ secrets.APPWRITE_API_KEY }}`)\n\nThe following input variable is optional:\n- root_dir: Directory where the `appwrite.json` file is located (default: `./appwrite`)\n\n### Prerequisites\nYou need to have a valid `appwrite.json` file under version control, located in the specified directory. This file cannot have the `projectId` field set, as this is overwritten depending on the configured value. The `projectName` field is ignored. Below is an example `appwrite.json` file:\n\n```json\n{\n    \"projectId\": \"\",\n    \"projectName\": \"\",\n    \"databases\": [\n        {\n            \"$id\": \"sampleDB\",\n            \"name\": \"SampleDatabase\",\n            \"$createdAt\": \"2023-01-01T12:00:00.000+00:00\",\n            \"$updatedAt\": \"2023-01-01T12:00:00.000+00:00\",\n            \"enabled\": true\n        }\n    ],\n    \"collections\": [\n        {\n            \"$id\": \"sampleCollection\",\n            \"$permissions\": [],\n            \"databaseId\": \"sampleDB\",\n            \"name\": \"SampleCollection\",\n            \"enabled\": true,\n            \"documentSecurity\": false,\n            \"attributes\": [],\n            \"indexes\": []\n        }\n    ]\n}\n```\n\n### Extensions\nThe CLI also exports deployment of buckets, collections and teams. If you want these supported, feel free to submit a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskrahmer%2Fappwrite-cd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaskrahmer%2Fappwrite-cd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskrahmer%2Fappwrite-cd/lists"}