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.
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