Add SSH/SCP plugin

This is a popular drone plugin which also works well with woodpecker.
I am using it to deploy my hugo page to a webserver through scp.

Seems like there once was a deployment plugin for woodpecker which did something similar:
87c762f222
This commit is contained in:
Florian Maurer 2025-02-18 13:35:06 +01:00 committed by GitHub
parent 09d30ca1b0
commit dd41f94295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,6 +220,11 @@
"docs": "https://raw.githubusercontent.com/dvjn/woodpecker-docker-tags-plugin/main/docs.md",
"verified": false
},
{
"name": "SSH SCP",
"docs": "https://raw.githubusercontent.com/appleboy/drone-scp/refs/heads/master/DOCS.md",
"verified": false
},
{
"name": "Telegram",
"docs": "https://raw.githubusercontent.com/appleboy/drone-telegram/refs/heads/master/DOCS.md",