Update README.md
add `verify` option
This commit is contained in:
parent
1e86957f10
commit
f395d6523e
@ -44,7 +44,8 @@ pipeline:
|
|||||||
image: cschlosser/drone-ftps
|
image: cschlosser/drone-ftps
|
||||||
hostname: example.com:21
|
hostname: example.com:21
|
||||||
secrets: [ ftp_username, ftp_password ]
|
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
|
dest_dir: /var/www/mysite
|
||||||
src_dir: /mysite/static
|
src_dir: /mysite/static
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user