We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110008c commit dd5217cCopy full SHA for dd5217c
DOCS.md
@@ -1,11 +1,16 @@
1
---
2
date: 2017-01-06T00:00:00+00:00
3
title: SCP
4
+name: SCP
5
+description: Deploy artifacts using SSH/SCP
6
author: appleboy
7
tags: [ publish, ssh, scp ]
8
logo: term.svg
9
repo: appleboy/drone-scp
10
image: appleboy/drone-scp
11
+containerImage: appleboy/drone-scp
12
+containerImageUrl: https://hub.docker.com/r/appleboy/drone-scp
13
+url: https://github.com/appleboy/drone-scp
14
15
16
The SCP plugin copy files and artifacts to target host machine via SSH. The below pipeline configuration demonstrates simple usage:
0 commit comments