From f395d6523e2c3d2d28a2d2f719bfa72dc81224b4 Mon Sep 17 00:00:00 2001 From: servusoft Date: Sun, 11 Feb 2018 16:13:35 +0100 Subject: [PATCH] Update README.md add `verify` option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba34b40..53aba0a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ pipeline: image: cschlosser/drone-ftps hostname: example.com:21 secrets: [ ftp_username, ftp_password ] - secure: true + secure: true | false # true = use FTP(S), false = FTP without SSL + verify: true | false # true = strong SSL fversification, false = supress SSL versification error dest_dir: /var/www/mysite src_dir: /mysite/static exclude: