Skip to content

Update the deployments in your forge

License

Notifications You must be signed in to change notification settings

woodpecker-ci/plugin-deployments

Repository files navigation

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