{"id":15679758,"url":"https://github.com/palmiak/deploy-buddy","last_synced_at":"2025-09-13T07:37:25.579Z","repository":{"id":46530159,"uuid":"371148685","full_name":"palmiak/deploy-buddy","owner":"palmiak","description":"Seamlessly trigger Buddy.works deploys from WordPress","archived":false,"fork":false,"pushed_at":"2023-04-27T07:25:11.000Z","size":71159,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-22T19:46:40.748Z","etag":null,"topics":["hacktoberfest","wordpress"],"latest_commit_sha":null,"homepage":"https://buddy.works","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/palmiak.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-05-26T19:33:10.000Z","updated_at":"2024-01-27T21:51:51.000Z","dependencies_parsed_at":"2025-04-20T15:15:20.886Z","dependency_job_id":null,"html_url":"https://github.com/palmiak/deploy-buddy","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/palmiak/deploy-buddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmiak%2Fdeploy-buddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmiak%2Fdeploy-buddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmiak%2Fdeploy-buddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmiak%2Fdeploy-buddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palmiak","download_url":"https://codeload.github.com/palmiak/deploy-buddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palmiak%2Fdeploy-buddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274935739,"owners_count":25376830,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hacktoberfest","wordpress"],"created_at":"2024-10-03T16:35:35.213Z","updated_at":"2025-09-13T07:37:25.551Z","avatar_url":"https://github.com/palmiak.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Buddy\n\nStable tag: 1.3.2\nRequires at least: 5.0\nTested up to: 5.8\nRequires PHP: 7.2\nLicense: GPL v2 or later\nTags: ci/cd, deployments, static, developer\nContributors: palmiak\n\n![](assets/images/cover.png)\n\nSeamlessly trigger [Buddy CI/CD](https://buddy.works/) deploys from WordPress.\n\n## Description\n\n### Plugin Installation\n\n1. Download the latest [release](https://github.com/palmiak/buddy_deploy/releases/).\n2. Upload the plugin in WordPress admin panel.\n\n### Updates\n\nTo keep this plugin up-to-date, install and configure the [Git Updater](https://github.com/afragen/git-updater).\n\n### Get your webhook url\n\n1. Sign in to your [Buddy](http://buddy.works) account.\n2. Go to your project and select the pipeline you want to execute using the plugin.\n3. Click **Webhook URL** in the right sidebar and copy the URL.\n\n### Configuration\n\nYou can configure the plugin using the UI or by using constants in the `wp-config.php` file.\n\n### Available constants\n\n- `buddy_webhook` - default: `false` - bool - adds the webhook url\n- `buddy_manual_deploy` - default: `true` - bool - enables automatic deployments\n- `buddy_topbar` - default: `true` - bool - adds the deploy button to the admin bar\n- `buddy_manual_deploy_capabilities` - default: `manage_options` - string - capability required to see the deploy button\n- `buddy_capabilities_options` - default: `manage_options` - string - capability required to view options panel\n- `buddy_automatic_deploy` - default: `false` - bool - enables automatic deployments\n- `buddy_automatic_deploy_post_types` - default: `['post', 'page']` - array - post types which trigger automatic deployments\n- `buddy_automatic_deploy_capabilities` - default: `manage_options` - string - capability required to trigger automatic deployments\n\n## Changelog\n\n### 1.3.3\n\n- Changed the default value of `automatic deployments`.\n\n### 1.3.2\n\n- More small fixes.\n\n### 1.3.1\n\n- Removed development leftovers.\n\n### 1.3.0\n\n- Settings screen rewrote to use Gutenberg.\n\n### 1.2.4\n\n- Added some missing constatns in readme and in context help.\n\n### 1.2.3\n\n- Lots of typos and descriptions fixed - all thanks to @tomekpapiernik.\n\n### 1.2.2\n\n- Fixed the problem with Automatic Deployments running twice.\n\n### 1.2.1\n\n- Minor coding fix.\n\n### 1.2.0\n\n- Added **Gutenberg** Support - you can trigger the deployment even in Full Screen Mode in Gutenberg.\n- Fixed some typos.\n\n### 1.1.1\n\n- Small fix with adding menu button.\n\n### 1.1.0\n\n- Moved inline documentation into context help tab.\n- Fixed checkboxes not fully working in some cases.\n- Some other minor fixes.\n\n### 1.0.0\n\n- Added a **configuration** tab. Since now using constants is not required.\n\n### 0.2.1\n\n- Fixed a minor bug and a typo in readme.\n\n### 0.2.0\n\n- Added automatic deployments.\n\n### 0.1.5\n\n- Minor fix for empty webhook.\n\n### 0.1.4\n\n- You can install and mange the plugin with composer. Just run `composer require buddy/deploy-buddy`.\n\n### 0.1.3\n\n- Updates are made with [Git Updater](https://github.com/afragen/git-updater)\n\n### 0.1.2\n\n- Made the admin panel a lot nicer\n- Fixed some minor bugs.\n\n### 0.1.1\n\n- Fixed some minor bugs.\n- Plugin is fully translatable\n\n### 0.1.0\n\n- Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalmiak%2Fdeploy-buddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalmiak%2Fdeploy-buddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalmiak%2Fdeploy-buddy/lists"}