WP Manifestindependent plugin directory
manifest / updates / bp-deploy

BP Deploy

A simple Wordpress plugin to trigger Bitbucket pipelines.

by William Yallop · github.com/willyallop/bp-deploy

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/willyallop/bp-deploy/archive/refs/heads/master.zip

From the readme

BP Deploy - v1.0.2 BP Deploy is a simple Wordpress plugin to trigger Bitbucket pipelines. This plugin enables you to trigger a pipeline, view trigger history and configure the target repository, workspace and branch for your pipeline trigger. Getting started 1. Enable pipelines in you Bitbucket repository! 2. Create a pipeline that triggers on a commit to a branch. Bellow is an example. 3. Create an app password. Navigate to your Bitbucket "Personal settings" and then to the "App passwords" tab. You will need this password later so keep note of it. 4. Clone the repository into your Wordpress plugin directory. 5. In your wp-config file define the BPAPPPASSWORD variable for the app password you created in step 3. define('BPAPPPASSWORD', 'THEVALUE');. 6. Activate the plugin, and navigate to its settings tab. Fill in the fields. 7. You are ready to trigger deployments. Notes - Uninstalling the plugin will delete the deployment history. - This plugin only supports pipelines that trigger on commits to a branch.

Read the full README on GitHub →

Releases

TagPublished
v1.0.2 Sep 8, 2022
v1.0.1 Sep 5, 2022
v1.0.0 Sep 3, 2022

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.