Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.51 KB

plugin-deployments

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

The deployments plugin allows you to update deployment entires 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:
  add-deployment:
    image: 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