From 9d8f5ac41964960306542accc3a237332677966a Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 4 Nov 2019 13:43:54 +0800 Subject: [PATCH] update Signed-off-by: Bo-Yi Wu --- DOCS.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/DOCS.md b/DOCS.md index 8bae851..0e2ed92 100644 --- a/DOCS.md +++ b/DOCS.md @@ -15,24 +15,13 @@ The SCP plugin copy files and artifacts to target host machine via SSH. The belo image: appleboy/drone-scp settings: host: example.com + username: foo + password: bar + port: 22 target: /home/deploy/web source: release.tar.gz ``` -Example configuration with custom username, password and port: - -```diff - - name: scp files - image: appleboy/drone-scp - settings: - host: example.com -+ username: appleboy -+ password: 12345678 -+ port: 4430 - target: /home/deploy/web - source: release.tar.gz -``` - Example configuration with multiple source and target folder: ```diff