Giter VIP home page Giter VIP logo

bitbucket-wordpress-deploy-plugin's Introduction

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.
pipelines:
  branches:
    master:
      - step:
          script:
            - echo "This script runs only on commit to the main branch."
  1. 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.
  2. Clone the repository into your Wordpress plugin directory.
  3. In your wp-config file define the BP_APP_PASSWORD variable for the app password you created in step 3. define('BP_APP_PASSWORD', 'THE_VALUE');.
  4. Activate the plugin, and navigate to its settings tab. Fill in the fields.
  5. 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.

bitbucket-wordpress-deploy-plugin's People

Contributors

willyallop avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.