{"id":21702898,"url":"https://github.com/operations-project/github-action-ddev-runner","last_synced_at":"2026-01-04T15:05:28.106Z","repository":{"id":237558260,"uuid":"794739229","full_name":"operations-project/github-action-ddev-runner","owner":"operations-project","description":"GitHub Action for deploying a site with DDEV.","archived":false,"fork":false,"pushed_at":"2024-08-20T18:41:49.000Z","size":43,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-25T15:29:22.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/operations-project.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":"2024-05-01T21:10:26.000Z","updated_at":"2024-08-20T18:41:51.000Z","dependencies_parsed_at":"2024-05-03T20:28:00.425Z","dependency_job_id":"c113ed93-fa44-4185-956c-abb2b5e98ca5","html_url":"https://github.com/operations-project/github-action-ddev-runner","commit_stats":null,"previous_names":["operations-platform/ddev-site","operations-project/site-runner-ddev","operations-project/site-server-ddev","operations-project/github-action-ddev-runner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Fgithub-action-ddev-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Fgithub-action-ddev-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Fgithub-action-ddev-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operations-project%2Fgithub-action-ddev-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operations-project","download_url":"https://codeload.github.com/operations-project/github-action-ddev-runner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244649658,"owners_count":20487464,"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":[],"created_at":"2024-11-25T21:22:03.002Z","updated_at":"2026-01-04T15:05:28.101Z","avatar_url":"https://github.com/operations-project.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DDEV Hosting Reusable GitHub Actions\n## Self-hosted automation for ddev projects\n\nThese reusable GitHub Workflows allow you to automate the deployment and testing of DDEV sites on your own servers.\n\nUseful for hosting and CI/CD servers.\n\n## Reusable Workflows\n\nInclude these workflows inside your own github workflow files:\n\n- [`operations.site.deploy.yml`](./.github/workflows/operations.site.deploy.ddev.yml)\n  - **Deploy Code:** git clone and checkout desired branch to desired path.\n  - **Start Site:** Write special DDEV configs and run `ddev start` to launch the site.\n  - **Import Site:** Run your own sync command to import or install your site.\n- [`operations.site.destroy.yml`](./.github/workflows/operations.site.destroy.ddev.yml)\n  - **Remove Site**: `ddev rm -OR`\n  - **Remove Code**: `rm -rf $DIR`\n- More workflows TBD.\n\n## Server Setup\n\nTo prepare a server for running these workflows, you can use the [Operations Site Runner]([url](https://github.com/operations-project/ansible-collection-site-runner)) Ansible collection. see https://github.com/operations-project/ansible-collection-site-runner.\n\nThe main components:\n\n- Sysadmin users from GitHub accounts.\n- Platform user for running sites.\n- Control (sudo) user for configuring server.\n- Docker\n- DDEV\n- GitHub runners, one per repository.\n\nUsage\n-----\n\nCopy the `example.*.yml` workflows located at [.github/workflows/](.github/workflows) to your projects `.github/workflows` folder.\n\nPull Requests and Live Environments must be handled in separate files, so that live sites only deploy on specific branches.\n\nFor a complete example, see [.github/workflows/example.site.preview.yml](.github/workflows/example.site.preview.yml)\n\n# ... then your own project steps ...\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperations-project%2Fgithub-action-ddev-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperations-project%2Fgithub-action-ddev-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperations-project%2Fgithub-action-ddev-runner/lists"}