From dd5217c90a0459b10906020080296e3eb248aefe Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Sat, 3 May 2025 01:22:11 +0200 Subject: [PATCH] add woodpecker compatible metadata (#197) See https://github.com/woodpecker-ci/woodpecker/pull/4871 for more information --- DOCS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DOCS.md b/DOCS.md index c234d5c..4c25e12 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,11 +1,16 @@ --- date: 2017-01-06T00:00:00+00:00 title: SCP +name: SCP +description: Deploy artifacts using SSH/SCP author: appleboy tags: [ publish, ssh, scp ] logo: term.svg repo: appleboy/drone-scp image: appleboy/drone-scp +containerImage: appleboy/drone-scp +containerImageUrl: https://hub.docker.com/r/appleboy/drone-scp +url: https://github.com/appleboy/drone-scp --- The SCP plugin copy files and artifacts to target host machine via SSH. The below pipeline configuration demonstrates simple usage: