mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-23 14:46:21 +00:00
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:
parent
09d30ca1b0
commit
dd41f94295
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue