From 954e0069e60b7e8ecb16ad616eb492ad96bafb05 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 10 Oct 2019 01:25:32 +0800 Subject: [PATCH] docs: update readme --- DOCS.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/DOCS.md b/DOCS.md index 43c8344..cfad191 100644 --- a/DOCS.md +++ b/DOCS.md @@ -14,10 +14,9 @@ The SCP plugin copy files and artifacts to target host machine via SSH. The belo - name: scp files image: appleboy/drone-scp settings: - settings: - host: example.com - target: /home/deploy/web - source: release.tar.gz + host: example.com + target: /home/deploy/web + source: release.tar.gz ``` Example configuration with custom username, password and port: