Categorygithub.com/woodpecker-ci/plugin-deployments
repositorypackage
0.0.0-20241211002638-573fc0b97475
Repository: https://github.com/woodpecker-ci/plugin-deployments.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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