Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.53 KB

File metadata and controls

32 lines (28 loc) · 1.53 KB

plugin-deployments

Build Status Go Report Card GoDoc Docker pulls License: Apache-2.0

The deployments plugin allows you to update deployment entries in your forge. You can use it for example after deploying a review environment to publish the review environments url to your forge.

Usage

steps:
  - name: add-deployment
    image: docker.io/woodpeckerci/plugin-deployments
    settings:
      url: https://may-review-environment.example.com
      # action: create # This option is normally not necessary as its auto-detected by the pipeline event